Get rid of ID on the default configuration since they're gone

This commit is contained in:
Mitchell Hashimoto 2013-04-10 10:48:11 -07:00
parent f48587bcd1
commit 0a09148ac7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Vagrant.configure("2") do |config|
# Share the root folder. This can then be overridden by
# other Vagrantfiles, if they wish.
config.vm.synced_folder(".", "/vagrant", :id => "vagrant-root")
config.vm.synced_folder ".", "/vagrant"
config.nfs.map_uid = :auto
config.nfs.map_gid = :auto