Support config file 'vagrant.yaml'
authorMichael Adam <obnox@samba.org>
Tue, 13 Jan 2015 18:43:24 +0000 (19:43 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 13 Jan 2015 21:08:06 +0000 (22:08 +0100)
commit7d3e6650ed906c127bdf797ea522b00d11c2ec9a
treef09672357f779736057e00476fe92941e91471bd
parent5b023dd89e1b07b784e775d403521f90800aa828
Support config file 'vagrant.yaml'

Defaults for the config are provided in the Vagrantfile.
The config is read at start, possibly overwriting the defaults.
Then the config is stored.

So calling (e.g.) "vagrant status" will create the a config file
with the defaults that you can built upon.
Vagrantfile