mofa 0.2.9 → 0.2.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mofa/runlist_map.rb +1 -2
- data/lib/mofa/version.rb +1 -1
- metadata +2 -2
data/lib/mofa/runlist_map.rb
CHANGED
@@ -47,10 +47,9 @@ class RunlistMap
|
|
47
47
|
|
48
48
|
def set_default_runlist_for_every_host
|
49
49
|
hostlist.list.each do |hostname|
|
50
|
-
puts "Default Runlist Recipes: #{@default_runlist_recipes}"
|
51
50
|
@default_runlist_recipes.each do |rl_entry|
|
52
51
|
next unless rl_entry.split(/::/)[0] == cookbook.name
|
53
|
-
@mp.store(hostname,
|
52
|
+
@mp.store(hostname, rl_entry) if cookbook.recipes.include?(rl_entry.split(/::/)[1])
|
54
53
|
end
|
55
54
|
end
|
56
55
|
end
|
data/lib/mofa/version.rb
CHANGED
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.2.
|
4
|
+
version: 0.2.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-05-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|