vagrant/plugins
Chris Roberts 067a0a5d0d communicator/ssh: Do not pass empty data to registered blocks
Prevent sending empty data strings to defined blocks handling
stderr and stdout output. These can occur when the garbage
marker is identified and collected data pruned, but no remaining
data is left to send.

Fixes #8259
2017-04-18 13:33:19 -07:00
..
commands Validate plugin sources and report errors if detected. 2017-04-04 17:53:04 -07:00
communicators communicator/ssh: Do not pass empty data to registered blocks 2017-04-18 13:33:19 -07:00
guests Merge pull request #8407 from gh2k/gentoo-systemd 2017-04-16 14:17:19 -07:00
hosts refactor winrm communicator to use latest winrm gems and v2 api 2016-12-11 00:52:00 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #7035 from pravinchandar/4608 2017-03-03 15:57:04 -08:00
providers Do not force docker host VM on Darwin or Windows 2017-04-03 14:48:14 -07:00
provisioners Merge pull request #8485 from chrisroberts/communicators/win-ssh 2017-04-17 08:21:33 -07:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Use uid/gid from mount_options if provided for synced folders. 2016-12-14 12:12:17 -08: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.