mofa 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, @default_runlist) if cookbook.recipes.include?(rl_entry.split(/::/)[1])
52
+ @mp.store(hostname, rl_entry) if cookbook.recipes.include?(rl_entry.split(/::/)[1])
54
53
  end
55
54
  end
56
55
  end
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
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.2.9
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-04-29 00:00:00.000000000 Z
12
+ date: 2015-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec