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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/busboy +0 -1
  3. data/lib/chef-busboy.rb +2 -2
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b5fcdf05bdccc9abfbdcd02bd33d042a5ac9909
4
- data.tar.gz: c96c1f70a5efa4f06bb418b25a8842d6139a4b13
3
+ metadata.gz: 8eb77fd20a87edfc92a2561726dcc85901d1c49d
4
+ data.tar.gz: d641279500a13519db2b9476f9450bfcf94c36a5
5
5
  SHA512:
6
- metadata.gz: ea87588b7c1956ffc13ca4eb449f4c852264a3c0c7cf9a1943bfcc3b72d78bb213ed4c36c36b5c51921e545c4d1d90079d212493bfc1fa65d246649362d0f9d5
7
- data.tar.gz: 5e3f9f7f1684100981158e570856792aae2b97466019f52f7a9a443232c64ca2b57daf0a472dff76393254aef47399ef85cf92738ed1d857d472e836cc15ccb4
6
+ metadata.gz: 5d1958219b0f155cbae238ced3d3ba768b0969e06e90e406773a0ec6fc9acb3b92d1b4457b17154595e3a1aec8209dbe9fbc40b2f7d7c4f93d97ce22bda98c84
7
+ data.tar.gz: 24bfe36a60cd44ba3f8b82b68372fa2886cae0e7b11af500e6a0e6de0a69e244871bb58877a95f08ae4ea73654753afd46ac07a62c3553bbe99cacd401e0f9d4
data/bin/busboy CHANGED
@@ -3,4 +3,3 @@
3
3
  require 'chef-busboy'
4
4
 
5
5
  ChefBusBoy.start(ARGV)
6
-
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
- get_connection.node.update(full_node)
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
- get_connection.node.update(full_node)
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.5
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.0.6
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: