vagrant/plugins
Brian Cain 4c61eaa933
Fixes #10643: Ensure paths are properly expanded when comparing synced folders
Prior to this commit, the docker action would attempt to compare and
validate synced folders based on their string value, rather than their
actual path value. This commit updates that by path expanding the mounts
when comparing a containers synced folders.
2019-02-04 11:15:40 -08:00
..
commands Merge pull request #10513 from briancain/catch-invalid-version-errors-vagrant_cloud 2019-01-09 11:16:58 -08:00
communicators Fix garbage detection within SSH communicator 2019-01-07 16:20:56 -08:00
guests Fixes #10585: Properly set DHCP for systemd-networkd ips 2019-01-11 10:19:37 -08:00
hosts Merge pull request #10012 from Aloz1/add-host-voidlinux 2018-12-19 16:21:52 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Add base address attribute to vm config 2019-02-01 14:47:11 -08:00
providers Fixes #10643: Ensure paths are properly expanded when comparing synced folders 2019-02-04 11:15:40 -08:00
provisioners Show source and destination locations with file provisioner 2019-01-07 11:43:27 -08:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Add support for using the `--chown` flag with rsync when available. 2018-12-20 17:16:36 -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.