templates/locales/en.yml in vagrant-unbundled-2.0.0.1 vs templates/locales/en.yml in vagrant-unbundled-2.0.1.0
- old
+ new
@@ -1695,10 +1695,13 @@
destroy:
confirmation: "Are you sure you want to destroy the '%{name}' VM? [y/N] "
will_not_destroy: |-
The VM '%{name}' will not be destroyed, since the confirmation
was declined.
+ warning: |-
+ Destroying guests with `--parallel` automatically enables `--force`.
+ Press ctrl-c to cancel.
init:
success: |-
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
@@ -2442,9 +2445,11 @@
You must include both public and private keys.
must_accept_keys: |-
You must accept keys when running highstate with master!
args_array: |-
You must set this value as an array.
+ python_version: |-
+ You must set this as an integer or string that represents an integer.
pushes:
file:
no_destination: "File destination must be specified."