vagrant/plugins/providers
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
..
docker Error when compose and force_host_vm are enabled together 2017-08-22 11:36:26 -07:00
hyperv Update guest IP address discovery for hyper-v guests. 2017-07-28 10:18:26 -07:00
virtualbox Allow synced folders to contain spaces in the guest path 2017-09-29 17:24:12 -04:00