2014-11-11 23:35:58 +00:00
|
|
|
en:
|
|
|
|
ftp_push:
|
|
|
|
errors:
|
|
|
|
missing_attribute: |-
|
|
|
|
Missing required attribute '%{attribute}'. The Vagrant FTP Push plugin
|
|
|
|
requires you set this attribute. Please set this attribute in your
|
|
|
|
Vagrantfile, for example:
|
|
|
|
|
2014-11-12 22:11:57 +00:00
|
|
|
config.push.define "ftp" do |push|
|
|
|
|
push.%{attribute} = "..."
|
|
|
|
end
|
2018-06-26 15:28:01 +00:00
|
|
|
too_many_files: |-
|
|
|
|
The configured directory for Vagrant FTP push contains too many files
|
|
|
|
to successfully complete the command. This can be resolved by either
|
|
|
|
removing extraneous files from the configured directory, or updating
|
|
|
|
the `dir` configuration option to a subdirectory.
|