Fix some puppet translation
This commit is contained in:
parent
0714c235fe
commit
e1dbc7f9b1
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue