knife-setup 0.0.5 → 1.0.0

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.
@@ -185,7 +185,7 @@ class Chef
185
185
  bootstrap_client unless config[:nobootstrap]
186
186
  set_run_list(get_node, config[:run_list]) unless config[:run_list].empty?
187
187
  set_env(get_node, config[:environment]) unless config[:environment] == "_default"
188
- knife_ssh("chef-client").run unless config[:norunchef]
188
+ knife_ssh("chef-client").run if config[:norunchef]
189
189
 
190
190
  end
191
191
 
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module Setup
3
- VERSION = "0.0.5"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-setup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: