vagrant/plugins
Erik Lattimore 28a92850ab Allow synced folders to contain spaces in the guest path
It should be valid to allow paths with spaces for the synced folder
guest path but since the guest path is used to generate the ID (if one
isn't provided), this will err out in VirtualBox because it doesn't
allow spaces for the --name argument. We should simply convert ' ' to
'_' as we do with other special characters.
2017-09-29 17:24:12 -04:00
..
commands command/login: Fix typo in server_error 2017-08-30 10:39:58 -04:00
communicators (#8933) Align file provisioner functionality on all platforms 2017-08-31 15:57:53 -07:00
guests Merge pull request #8746 from mastersin/alt 2017-09-06 17:49:38 -07:00
hosts Merge pull request #8746 from mastersin/alt 2017-09-06 17:49:38 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 (#8697) Introduce extra_args setting for ssh configs 2017-08-17 09:02:20 -07:00
providers Allow synced folders to contain spaces in the guest path 2017-09-29 17:24:12 -04:00
provisioners Merge pull request #8913 from mitchellh/gildegoma/6570-ansible-compatibility-mode 2017-09-06 13:18:08 -07:00
pushes Isolate push deprecation to atlas strategy only 2017-03-21 15:08:17 -07:00
synced_folders Format host address for rsync when IPv6 2017-07-31 15:44:37 -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.