kraken 0.0.5 → 0.0.6

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.
@@ -48,6 +48,8 @@ module Kraken
48
48
  ssh.name_args = [ "name:#{node.name}", command ]
49
49
  ssh.run
50
50
 
51
+ node.run_list.remove "recipe[#{recipe}]"
52
+
51
53
  Chef::Log.debug "Kraken deployed #{recipe} on #{node.name}!"
52
54
  end
53
55
 
@@ -59,8 +61,6 @@ module Kraken
59
61
 
60
62
  node.run_list << recipe
61
63
  node.save
62
-
63
- node.run_list.reset! run_list
64
64
 
65
65
  Chef::Log.debug "Running chef client on #{node.name}."
66
66
  chef node, recipe
@@ -1,3 +1,3 @@
1
1
  module Kraken
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kraken
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: -3923613626930535093
120
+ hash: -3314144705177579933
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements:
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  segments:
128
128
  - 0
129
- hash: -3923613626930535093
129
+ hash: -3314144705177579933
130
130
  requirements: []
131
131
  rubyforge_project:
132
132
  rubygems_version: 1.8.21