vagrant/plugins
Brian Cain bf55e43460
Fixes #10869: Remove excludes if array is empty
Prior to this commit, if a user specified that their `rsync__excludes`
option was an empty array, Vagrant would treat that as if it included
options inside the array rather than ignoring it. This commit fixes that
by only adding the excludes option when it exists and is not empty.
2019-06-10 13:44:39 -07:00
..
commands Removing unneeded .send() calls in machine output. 2019-06-04 21:35:37 -07:00
communicators Remove require of net/sftp library 2019-03-20 13:02:08 -07:00
guests Merge pull request #10752 from chrisroberts/f-coreos-guest-caps 2019-04-09 15:10:58 -07:00
hosts Fix NFS capability detection on Void Linux 2019-03-05 10:03:52 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Remove "command" string from logger 2019-05-13 13:26:47 -07:00
providers Merge pull request #10890 from briancain/add-usability-check-for-docker-plus-tests 2019-06-05 07:58:23 -07:00
provisioners Merge pull request #10625 from vdebroy/fix-issue-9584 2019-04-09 15:12:02 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #10869: Remove excludes if array is empty 2019-06-10 13:44:39 -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.