Add missing translation for chef binary missing [GH-687]

This commit is contained in:
Mitchell Hashimoto 2012-01-27 10:50:25 -08:00
parent 5500058343
commit 0714c235fe
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,6 @@ en:
errors: errors:
base_vm_not_found: The base VM with the name '%{name}' was not found. base_vm_not_found: The base VM with the name '%{name}' was not found.
box_not_found: Box '%{name}' could not be found. box_not_found: Box '%{name}' could not be found.
chef_not_detected: |-
The chef (either `chef-solo` or `chef-client`) binary was not found on
the VM and is required for chef provisioning. Please verify that chef
is installed and that the binary is available on the PATH.
puppet_not_detected: |- puppet_not_detected: |-
The `puppet` binary was not found on the VM and is required for Puppet provisioning. The `puppet` binary was not found on the VM and is required for Puppet provisioning.
Please verify that Puppet is installed and that the binary is available on the PATH. Please verify that Puppet is installed and that the binary is available on the PATH.
@ -567,6 +563,10 @@ en:
provisioners: provisioners:
chef: chef:
chef_not_detected: |-
The chef binary (either `chef-solo` or `chef-client`) was not found on
the VM and is required for chef provisioning. Please verify that chef
is installed and that the binary is available on the PATH.
json: "Generating chef JSON and uploading..." json: "Generating chef JSON and uploading..."
client_key_folder: "Creating folder to hold client key..." client_key_folder: "Creating folder to hold client key..."
upload_validation_key: "Uploading chef client validation key..." upload_validation_key: "Uploading chef client validation key..."