vagrant/plugins/pushes/local-exec/locales/en.yml

19 lines
533 B
YAML
Raw Normal View History

2014-11-14 20:51:35 +00:00
en:
local_exec_push:
errors:
command_failed: |-
The following command exited with a non-zero exit status:
%{cmd}
stdout: %{stdout}
stderr: %{stderr}
missing_attribute: |-
Missing required attribute '%{attribute}'. The Vagrant Local Exec Push
plugin requires you set this attribute. Please set this attribute in
your Vagrantfile, for example:
config.push.define "local-exec" do |push|
push.%{attribute} = "..."
end