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
|
-
|
|
243
|
-
|
|
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)
|
data/lib/knife-oca/version.rb
CHANGED