knife-oca 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: