chef-busboy 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/busboy +0 -1
- data/lib/chef-busboy.rb +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eb77fd20a87edfc92a2561726dcc85901d1c49d
|
4
|
+
data.tar.gz: d641279500a13519db2b9476f9450bfcf94c36a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d1958219b0f155cbae238ced3d3ba768b0969e06e90e406773a0ec6fc9acb3b92d1b4457b17154595e3a1aec8209dbe9fbc40b2f7d7c4f93d97ce22bda98c84
|
7
|
+
data.tar.gz: 24bfe36a60cd44ba3f8b82b68372fa2886cae0e7b11af500e6a0e6de0a69e244871bb58877a95f08ae4ea73654753afd46ac07a62c3553bbe99cacd401e0f9d4
|
data/bin/busboy
CHANGED
data/lib/chef-busboy.rb
CHANGED
@@ -22,7 +22,7 @@ class ChefBusBoy < Thor
|
|
22
22
|
puts "Updating #{node.name}'s run list with #{options[:recipe_string]}"
|
23
23
|
full_node = get_connection.node.find("#{node.name}")
|
24
24
|
full_node.run_list << "#{options[:recipe_string]}"
|
25
|
-
|
25
|
+
@@chef_server.node.update(full_node)
|
26
26
|
end
|
27
27
|
else
|
28
28
|
puts "Transaction cancelled. Not updating any nodes"
|
@@ -46,7 +46,7 @@ class ChefBusBoy < Thor
|
|
46
46
|
puts "Updating #{node.name}'s run list with #{options[:recipe_string]}"
|
47
47
|
full_node = get_connection.node.find("#{node.name}")
|
48
48
|
full_node.run_list.delete("#{options[:recipe_string]}")
|
49
|
-
|
49
|
+
@@chef_server.node.update(full_node)
|
50
50
|
end
|
51
51
|
else
|
52
52
|
puts "Transaction cancelled. Not updating any nodes"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-busboy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nolan Davidson
|
@@ -45,8 +45,8 @@ executables:
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- lib/chef-busboy.rb
|
49
48
|
- bin/busboy
|
49
|
+
- lib/chef-busboy.rb
|
50
50
|
homepage:
|
51
51
|
licenses: []
|
52
52
|
metadata: {}
|
@@ -66,8 +66,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
68
|
rubyforge_project:
|
69
|
-
rubygems_version: 2.
|
69
|
+
rubygems_version: 2.4.5
|
70
70
|
signing_key:
|
71
71
|
specification_version: 4
|
72
72
|
summary: Command line tool for chef-server
|
73
73
|
test_files: []
|
74
|
+
has_rdoc:
|