vagrant/plugins
rimckenn 3047b81256 Update host.rb
mapall= and maproot= are mutually exclusive options. Currently, when trying to use maproot=, mapall= is getting automatically added, which prevents us from using the NFS mount. This change turns off the adding of mapall= if maproot= has been specified as an option.
2013-11-01 14:44:49 +00:00
..
commands Add --no-parallel to provision 2013-10-21 10:19:42 -04:00
communicators/ssh communicators/ssh: timeout waiting for connection + header [GH-2226] 2013-09-18 09:32:30 -07:00
guests fix nfs mount fail with freebsd. 2013-10-21 08:42:57 +09:00
hosts Update host.rb 2013-11-01 14:44:49 +00:00
kernel_v1 kernel_v1: don't upgrade "max_tries" and "timeout" because they're gone 2013-09-02 09:09:39 -07:00
kernel_v2 Disallow dot and hyphen as first character of hostnames 2013-10-10 14:42:48 +09:00
providers/virtualbox Automatically enable symlinks on vboxsf for VirtualBox 4.1 (see #713 and 387692f9c8). 2013-10-23 23:00:07 +02:00
provisioners provisioners/chef: fix exception during node cleanup [GH-2345] 2013-10-14 17:12:49 -10:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.