vagrant/plugins
Shawn Neal 2fd634273f First attempt at trying to fix issue 2476
This addresses the error "chef is not part of the bundle" when the chef-client provisioner attempts to delete the node or client from the Chef Server. While this fixes the specific issue on my system, its likely that it does not account for all system configurations like RVM.

The Bundler.with_clean_env should probably be moved internally to Subprocess.execute, but that's a riskier change and I'd like to get some feedback before even attempting that size of change.
2014-06-24 16:49:17 -07:00
..
commands comamnds/box/add: change help text 2014-05-25 12:54:48 -07:00
communicators Fixed issue 3918 2014-05-28 08:54:36 -07:00
guests Merge pull request #4006 from mitchellh/fix-issue-3987 2014-06-12 11:40:22 -07:00
hosts fixed writing rdp file 2014-06-03 06:57:14 +02:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
providers providers/docker: support for UDP forwarded ports [GH-3886] 2014-05-23 10:16:16 -07:00
provisioners First attempt at trying to fix issue 2476 2014-06-24 16:49:17 -07:00
synced_folders Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04: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.