mofa 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/mofa/provision_cmd.rb +1 -1
- data/lib/mofa/version.rb +1 -1
- metadata +1 -1
data/lib/mofa/provision_cmd.rb
CHANGED
|
@@ -208,7 +208,7 @@ class ProvisionCmd < MofaCmd
|
|
|
208
208
|
puts "ERROR (#{out[0]}): #{out[2]}" if out[0] != 0
|
|
209
209
|
end
|
|
210
210
|
end
|
|
211
|
-
at_least_one_chef_solo_run_failed = true if chef_solo_runs[hostname]['status']
|
|
211
|
+
at_least_one_chef_solo_run_failed = true if chef_solo_runs[hostname]['status'] != 'SUCCESS'
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
# ------- print out report
|
data/lib/mofa/version.rb
CHANGED