Fix some puppet translation

master
Mitchell Hashimoto 2012-01-27 10:52:27 -08:00
parent 0714c235fe
commit e1dbc7f9b1
3 changed files with 2 additions and 8 deletions

View File

@ -130,7 +130,7 @@ module Vagrant
def verify_binary(binary)
env[:vm].channel.sudo("which #{binary}",
:error_class => PuppetError,
:error_key => :puppet_not_detected,
:error_key => :not_detected,
:binary => binary)
end

View File

@ -29,7 +29,7 @@ module Vagrant
def verify_binary(binary)
env[:vm].channel.sudo("which #{binary}",
:error_class => PuppetServerError,
:error_key => :puppetd_not_detected,
:error_key => :not_detected,
:binary => binary)
end

View File

@ -16,12 +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.
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.
puppetd_not_detected: |-
The `puppetd` binary was not found on the VM is required for Puppet Server provisioning.
Please verify that Puppet is installed and that the binary is available on the PATH.
cli_invalid_options: |-
An invalid option was specified. The help for this command
is available below.