vagrant/plugins
Chris Roberts ef5eca16d2 Fix SMB information generation when using net share
Adds the final line of output to tests and properly simulates
failure. Fix with type casting to prevent calling methods on
nil and drop the final entry as it's not valid.

Fixes #9806
2018-06-11 12:58:35 -07:00
..
commands Raise error if argument is provided with `--all-global` flag 2018-05-11 15:43:14 -07:00
communicators Log error and proceed when private key permissions fail 2018-05-03 11:48:57 -07:00
guests Merge pull request #9867 from jnahorny/fix-9592-systemd-networkd 2018-06-08 16:08:27 -07:00
hosts Fix SMB information generation when using net share 2018-06-11 12:58:35 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 propagate unset guestpath 2018-05-08 22:51:30 -05:00
providers Correct typo, $Enable instead of $enabled. 2018-06-07 15:00:09 -06:00
provisioners Merge pull request #9833 from afischer-opentext-com/9174 2018-06-08 16:18:06 -07:00
pushes Use Integer instead of Fixnum for Ruby 2.4+ compatibility. 2017-10-23 10:57:36 -07:00
synced_folders Remove unused PowerShell scripts 2018-05-24 15:33:36 -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.