templates/locales/en.yml in vagrant-pe_build-0.8.8 vs templates/locales/en.yml in vagrant-pe_build-0.9.0

- old
+ new

@@ -15,10 +15,14 @@ "%{message}" provisioner: pe_bootstrap: post_install: |- Applying post-install configuration to Puppet Enterprise. + errors: + unset_version: |- + The Puppet Enterprise version must be set either on the global pe_build config + object or specified on a per-provisioner basis, but both were unset. transfer: open_uri: download_failed: |- An error occurred while trying to download the given resource (%{uri}), and the transfer could not complete. The error message generated was "%{msg}". @@ -46,12 +50,9 @@ Explicit :pre, :provision, and :post steps are deprecated and will be removed soon. This functionality can be replaced by directly invoking the `shell` provisioner. More information on the shell provisioner can be found on the Vagrant website at http://docs.vagrantup.com/v2/provisioning/shell.html errors: - unset_version: |- - The Puppet Enterprise version must be set either on the global pe_build config - object or specified on a per-provisioner basis, but both were unset. unknown_role: |- The specified role %{role} is unhandled, must be one of %{known_roles}. invalid_autosign_role: |- Autosign can only be specified if the pe_bootstrap role is 'master', not %{role}. invalid_autosign_class: |-