vagrant/plugins
Jake Ballard 803fff7f03 Fix issue with missing slash in paths
It was failing to create files below the machines\default\hyperv folder, rather it was creating folders named 'hypervSnapshots', 'hypervVirtual Hard Disks', and 'hypervVirtual Machines'. This was causing the files to not be removed when destroying the vm, and an error when subsequently bringing it up again.
2016-10-11 15:31:28 -05:00
..
commands commands/package: provide machine data directory for base box 2016-08-17 06:49:12 -07:00
communicators communicators/ssh: Filter command stdout output 2016-08-11 13:26:56 -07:00
guests Merge pull request #7726 from chrisroberts/fix/rsync-exclude 2016-08-19 09:58:31 -07:00
hosts Fix RDP connections on OS X 2016-08-09 14:04:50 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 core: Provide a way to globally disable box update checking 2016-06-18 14:46:46 -04:00
providers Fix issue with missing slash in paths 2016-10-11 15:31:28 -05:00
provisioners provisioners/ansible: review pull request #7752 2016-09-21 23:40:20 +02:00
pushes Use a hash for directory lookups 2016-03-17 20:48:08 -05:00
synced_folders Merge pull request #7740 from chrisroberts/nfs/v4 2016-08-19 10:19:34 -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.