vagrant/plugins/providers/virtualbox
Brian Cain 87b7514603 (#7188) Clean up vagrant snapshot restore/delete error messages
This commit adds some better handling around the snapshot restore and
delete commands for the virtualbox provider. If a user attempts to restore from
a vm that does not exist, instead of exiting 0 it will raise an
exception saying the virtual machine has not been created yet.
Addtionally, if a user attempts to restore from a snapshot id that does
not exist, instead of printing a complicated exception from the
virtualbox cli tool, it prints a more useful error message telling the
user that the snapshot does not exist.
2017-06-07 09:12:20 -07:00
..
action Move package_setup_files to general lib to minimize code duplication 2016-10-07 17:31:15 +02:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver Support vbox provider within WSL rootfs. Make Windows access easier. 2017-05-12 13:11:53 -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 Escape backward slashes in vbox share name 2017-04-02 13:05:23 +02:00