vagrant/plugins/providers/virtualbox
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
..
action Filter any machine_ip when preparing the NFS settings 2017-07-24 14:02:15 -07:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver Cleanup virtualbox retryable commands 2017-09-06 11:14:11 -07:00
model Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
util Fix for #4608 2016-02-14 22:16:24 +11:00
action.rb (#7188) Clean up vagrant snapshot restore/delete error messages 2017-06-07 09:12:20 -07:00
cap.rb Return nil if the VM is not running when looking at forwarded ports 2015-11-24 16:33:09 -05:00
config.rb providers/virtualbox: ability to customize linked clone snapshot 2015-10-08 11:58:47 -04:00
plugin.rb Add VirtualBox 5.1 driver 2016-07-13 15:34:25 +03:00
provider.rb Support running Vagrant within the Windows Subsystem for Linux 2017-05-08 10:21:01 -07:00
synced_folder.rb Allow synced folders to contain spaces in the guest path 2017-09-29 17:24:12 -04:00