vagrant/lib
Brian Cain 6ddba4f7b3 (#7810) Enforce unique snapshot names
Prior to this commit, the vagrant snapshot plugin would save snapshots
with existing names which lead to duplicate snapshot names being saved.
This commit fixes that by checking to see if the given snapshot name
already exists and if so, fails telling the user the given snapshot name
already exists. If a user passes a --force flag, vagrant will first
delete the existing snapshot, and take a new one with the given name.
2017-05-25 16:28:17 -07:00
..
vagrant (#7810) Enforce unique snapshot names 2017-05-25 16:28:17 -07:00
vagrant.rb Warn when failing to require plugin instead of hard failure 2017-03-22 16:40:42 -07:00