Skip to content

Commit

Permalink
Fix missing translation for chef.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Nov 9, 2010
1 parent 0545dff commit 52023f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 4 additions & 1 deletion templates/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52023f2

Please sign in to comment.