vagrant/templates
Mitchell Hashimoto 54a2f6b89e Change boot_mode to a provider config `gui`.
OLD:

config.vm.boot_mode = :gui

NEW:

config.vm.provider :virtualbox do |vb|
  vb.gui = true
end
2012-12-25 09:00:06 -08:00
..
commands Update the Vagrantfile template to use V2 by default. 2012-11-06 21:34:22 -08:00
config Configuration classes can now be validated. Nice error message shown in case of failure. 2010-09-05 11:02:48 -07:00
guests Don't set the gateway for host only, this sometimes causes internet 2012-06-29 12:05:42 -07:00
locales Change boot_mode to a provider config `gui`. 2012-12-25 09:00:06 -08:00
nfs Add `fsid` to linux exports for NFS. [GH-736] 2012-02-14 23:08:32 -08:00
provisioners Add encrypted databag options to chef-solo 2012-03-13 16:27:11 -06:00
package_Vagrantfile.erb New `vagrant package` option `--vagrantfile` and changed semantics of `--include` (see CHANGELOG) 2010-09-12 23:20:13 -06:00