Add missing translation for chef binary missing [GH-687]
This commit is contained in:
parent
5500058343
commit
0714c235fe
|
@ -16,10 +16,6 @@ en:
|
|||
errors:
|
||||
base_vm_not_found: The base VM with the name '%{name}' was not 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: |-
|
||||
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.
|
||||
|
@ -567,6 +563,10 @@ en:
|
|||
|
||||
provisioners:
|
||||
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..."
|
||||
client_key_folder: "Creating folder to hold client key..."
|
||||
upload_validation_key: "Uploading chef client validation key..."
|
||||
|
|
Loading…
Reference in New Issue