knife-oca 1.0.0 → 1.0.1

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.
@@ -239,8 +239,10 @@ class Chef
239
239
  msg_pair("Environment", config[:environment] || '_default')
240
240
  msg_pair("Run List", config[:run_list].join(', '))
241
241
  msg_pair("JSON Attributes",config[:json_attributes]) unless config[:json_attributes].empty?
242
- puts "\n" if config[:is_chef_server]
243
- msg_pair("Knife config generated", config[:config_file]) if config[:is_chef_server]
242
+ if config[:is_chef_server] then
243
+ puts "\n"
244
+ msg_pair("Knife config generated", config[:config_file])
245
+ end
244
246
  end
245
247
 
246
248
  def retrieve_files(fqdn, files)
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module OCA
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-oca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: