vagrant/plugins
Nicolas Philippe 1bb61fb3f9 Fix for issue #4452 : undefined stdout in communicator.rb
Fixes #4452.
The stdout variable was changed during commit
https://github.com/mitchellh/vagrant/commit/138aa5aad375ac0c076a0e0a3493
e25906ce0434 . This commit just corrects this omission.
2014-09-03 20:47:46 -05:00
..
commands commands/version: remove unused require 2014-09-01 15:29:27 -07:00
communicators Fix for issue #4452 : undefined stdout in communicator.rb 2014-09-03 20:47:46 -05:00
guests Fixes #4438 typo missing sending networks param for rhel guest network 2014-09-03 16:09:30 +01:00
hosts fix nfs on gentoo with systemd 2014-08-31 22:29:16 +08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 core: don't allow '/' in VM name [GH-4289] 2014-08-11 09:21:31 -07:00
providers providers/docker: unique name with docker-run 2014-08-30 22:29:46 -07:00
provisioners Remove erroneous yum upgrade. 2014-09-02 12:44:46 -04:00
synced_folders commands/rsync-auto: fix typo 2014-08-31 10:50:33 -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.