Built-in config should use the new Vagrant.configure.
This commit is contained in:
parent
3204b3a580
commit
5a3cf0e01b
|
@ -1,4 +1,4 @@
|
||||||
Vagrant::Config.run do |config|
|
Vagrant.configure("1") do |config|
|
||||||
# default config goes here
|
# default config goes here
|
||||||
config.vagrant.dotfile_name = ".vagrant"
|
config.vagrant.dotfile_name = ".vagrant"
|
||||||
config.vagrant.host = :detect
|
config.vagrant.host = :detect
|
||||||
|
|
Loading…
Reference in New Issue