vagrant/plugins/pushes/atlas/locales/en.yml

12 lines
354 B
YAML

en:
atlas_push:
errors:
missing_attribute: |-
Missing required attribute '%{attribute}'. The Vagrant Atlas Push plugin
requires you set this attribute. Please set this attribute in your
Vagrantfile, for example:
config.push.define "atlas" do |push|
push.%{attribute} = "..."
end