vagrant/templates
Mitchell Hashimoto 3204b3a580 Vagrant.configure and versioned configuration
Vagrant.configure is now how configuration is done in Vagrantfiles
(previously it was Vagrant::Config.run). This function takes a single
argument which is the version of configuration to use.

Various internals were updated for this new versioned configuration.

Note that multiple versions of configuration aren't yet used so aren't
fully supported by Vagrant, but the foundation is being set here.
2012-05-21 21:47:01 -07:00
..
commands Vagrant.configure and versioned configuration 2012-05-21 21:47:01 -07: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 Avoid `unless` 2012-05-06 14:47:52 -07:00
locales Vagrant.require_plugin [GH-916] 2012-05-06 14:01:10 -07: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