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.
@@ -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'] == 'FAIL'
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
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.3.14"
2
+ VERSION = "0.3.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: