vagrant/plugins
Mark Peek d5dcf84d62 Allow the FreeBSD plugin to install without bash [GH-2485]
The default shell is "bash -l" which does not get installed by default
on FreeBSD. This change allows the plugin to override the default shell
and use a known installed shell (sh).
2013-11-22 15:30:12 -08:00
..
commands Add --no-parallel to provision 2013-10-21 10:19:42 -04:00
communicators/ssh Allow the FreeBSD plugin to install without bash [GH-2485] 2013-11-22 15:30:12 -08:00
guests Allow the FreeBSD plugin to install without bash [GH-2485] 2013-11-22 15:30:12 -08:00
hosts hosts/gentoo: use subprocess machinery 2013-10-17 08:32:09 -10: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 Merge pull request #2482 from andyfowler/safer-vbox-names 2013-11-21 15:01:31 -08:00
provisioners Make salt bootstrap work on systems without python 2013-11-21 10:42:06 -05: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.