Built-in config should use the new Vagrant.configure.

This commit is contained in:
Mitchell Hashimoto 2012-05-21 21:51:22 -07:00
parent 3204b3a580
commit 5a3cf0e01b
1 changed files with 1 additions and 1 deletions

View File

@ -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