templates/locales/en.yml in vagrant-pe_build-0.4.3 vs templates/locales/en.yml in vagrant-pe_build-0.5.0

- old
+ new

@@ -17,10 +17,14 @@ An error occurred while trying to download the given resource (%{uri}), and the transfer could not complete. The error message generated was "%{msg}". unhandled_uri_scheme: |- The URI scheme "%{scheme}" cannot be handled by any file transferrers. Supported URI schemes: %{supported} + unpack: + unknown_installer_type: |- + PEBuild does not know how to unpack the installer archive file type. + The installer file is %{src}. config: global: errors: malformed_version: |- The Puppet Enterprise version "%{version}":%{version_class} is malformed; it must be a String of @@ -51,5 +55,10 @@ run_install: already_installed: |- Puppet Enterprise is already installed, skipping installation. scheduling_run: |- Scheduling Puppet run to kickstart node classification. + detect_installer: + detect_failed: |- + The VM "%{name}" could not detect the version of Puppet Enterprise and failed with + the following error: + "%{error}"