provisioners/chef: fix syntax error
This commit is contained in:
parent
a06742b8ef
commit
0879c1d624
|
@ -68,7 +68,7 @@ module VagrantPlugins
|
||||||
errors << I18n.t("vagrant.config.chef.cookbooks_path_empty") if \
|
errors << I18n.t("vagrant.config.chef.cookbooks_path_empty") if \
|
||||||
!cookbooks_path || [cookbooks_path].flatten.empty?
|
!cookbooks_path || [cookbooks_path].flatten.empty?
|
||||||
errors << I18n.t("vagrant.config.chef.environment_path_required") if \
|
errors << I18n.t("vagrant.config.chef.environment_path_required") if \
|
||||||
environment && environments_path.empty?)
|
environment && environments_path.empty?
|
||||||
{ "chef solo provisioner" => errors }
|
{ "chef solo provisioner" => errors }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue