vagrant/plugins
Chris Roberts 78e8e17869 Cast host value to string prior to empty? check.
Force string type prior to empty? check to prevent errors if
host ip value is nil. Add coverage for proper handling of nil
value.
2017-03-06 09:14:04 -08:00
..
commands Merge pull request #7967 from apupier/removeRequirementsOnPathWithoutSpace 2017-03-06 09:08:06 -08:00
communicators Cast host value to string prior to empty? check. 2017-03-06 09:14:04 -08:00
guests Merge pull request #8165 from kaorimatz/fix-arch-multiple-networks 2017-02-09 17:41:09 -08: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 Merge pull request #8326 from chrisroberts/refactor/vbox-5.1 2017-03-06 08:36:17 -08:00
provisioners Merge pull request #7918 from mitchellh/gildegoma/fix-7195 2016-11-15 08:29:30 +01:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders synced_folders/rsync: Escape exclude paths 2016-10-25 13:59:03 -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.