Fix missing translation for chef.
This commit is contained in:
parent
0545dff2d9
commit
52023f2fd3
|
@ -2,6 +2,7 @@
|
|||
|
||||
- Network interfaces are now up/down in distinct commands instead of just
|
||||
restarting "networking." [GH-192]
|
||||
- Add missing translation for chef binary missing. [GH-203]
|
||||
|
||||
## 0.6.7 (November 3, 2010)
|
||||
|
||||
|
|
|
@ -9,7 +9,10 @@ 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: '%{binary}' binary does not exist.
|
||||
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.
|
||||
cli_missing_env: This command requires that a Vagrant environment be properly passed in as the last parameter.
|
||||
config_validation: |-
|
||||
There was a problem with the configuration of Vagrant. The error message(s)
|
||||
|
|
Loading…
Reference in New Issue