Add TODO
This commit is contained in:
parent
aeb6533607
commit
75d5dfdae0
|
@ -3,7 +3,8 @@ This is a TODO file for only this branch (config-overhaul)
|
||||||
* Config validation
|
* Config validation
|
||||||
* What happens if a configured box doesn't exist?
|
* What happens if a configured box doesn't exist?
|
||||||
* Separation of global vs VM configuration.
|
* Separation of global vs VM configuration.
|
||||||
# Put VM-specific config directly into Vagrant::VM objects
|
* Put VM-specific config directly into Vagrant::VM objects
|
||||||
* Only allow one kind of vagrantfile to be loaded (i.e. if both
|
* Only allow one kind of vagrantfile to be loaded (i.e. if both
|
||||||
Vagrantfile and vagrantfile exist, throw an error)
|
Vagrantfile and vagrantfile exist, throw an error)
|
||||||
* Nicer error if can't setup home directory
|
* Nicer error if can't setup home directory
|
||||||
|
* vagrant box add should error if box already exists
|
Loading…
Reference in New Issue