vagrant/plugins/kernel_v2/config
Mitchell Hashimoto 52a2f48b20 Provider-specific configuration overrides via 2nd block param
Example:

Vagrant.configure("2") do |config|
  # ...

  config.vm.provider :virtualbox do |p, vb_config|
    vb_config.vm.box = "virtualbox_box"
  end
end
2013-04-03 14:57:14 -07:00
..
nfs.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
package.rb Configure the V2 kernel. 2012-11-06 21:28:44 -08:00
ssh.rb Update SSH config to be more modern 2013-04-03 12:49:59 -07:00
vagrant.rb Remove the dotfile_name configuration option. 2012-12-26 21:45:24 -08:00
vm.rb Provider-specific configuration overrides via 2nd block param 2013-04-03 14:57:14 -07:00
vm_provisioner.rb Properly detect in valid provisioners 2013-03-30 14:39:29 -07:00
vm_subvm.rb Better handling of merging sub-vms 2013-03-08 21:30:09 -08:00