vagrant/templates/locales
Brian Cain f998e535ce
Fixes #11139: Skip machines that haven't been created for snapshot save
This commit fixes the original #11027 fix, which assumed that the
hyper-v provider just wasn't properly getting a VM id when it listed
snapshots. In reality, it was just that if you invoke the
`with_target_vm` method with no arguments, it runs on the entire environment.
This meant that the capability snapshot_list attempted to be invoked on
machines that didn't exist yet, which is the original cause for why the
list_snapshot method did not recieve a vm ID. This commit fixes that by
simply skipping the machine if it does not yet exist.
2019-10-24 13:33:25 -07:00
..
comm_winrm.yml Better error handling for WinRM (using winrm v1.3.0.dev.2) 2014-12-11 13:22:39 -05:00
command_ps.yml Add support for running elevated commands using the powershell command 2018-12-20 11:30:25 -08:00
command_rdp.yml Update RDP error message since Windows only being supported isn't true 2014-05-20 19:50:49 -07:00
en.yml Fixes #11139: Skip machines that haven't been created for snapshot save 2019-10-24 13:33:25 -07:00
guest_windows.yml Spelling fixes 2018-03-14 14:41:04 +00:00
providers_docker.yml Fixes #10798: Enhance how docker compose driver path expands 2019-04-29 16:14:37 -07:00
providers_hyperv.yml Add Hyper-V access check on data directory 2018-06-18 15:36:45 -07:00
synced_folder_smb.yml Fix SMB error message to be within the correct namespace 2018-06-18 09:07:30 -07:00