vagrant/plugins
Ches Martin d937cca495 Fix Ansible provisioner exit code reporting
In eb70c0d6bb we were trying to compare a Subprocess::Result to a
Fixnum, resulting in Vagrant always reporting failure regardless of
Ansible's exit code.
2013-07-30 19:25:15 +07:00
..
commands Show the correct installed plugin [GH-1834] 2013-07-28 21:38:48 -07:00
communicators/ssh Discover and set SSH_AUTH_SOCK on sudo with forward agent [GH-1307] 2013-07-23 17:36:48 -05:00
guests Mount NFS with UDP protocol by default [GH-1706] 2013-07-23 17:36:48 -05:00
hosts Register fedora host as CentOS too [GH-1394] 2013-07-18 11:23:46 -04:00
kernel_v1 Allow network names to be strings in V1 config 2013-05-01 21:29:28 -07:00
kernel_v2 Convert config.vm.hostname to string [GH-1999] 2013-07-28 12:08:49 -07:00
providers/virtualbox Cosmetic typo error. 2013-07-24 08:55:12 +01:00
provisioners Fix Ansible provisioner exit code reporting 2013-07-30 19:25:15 +07: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.