From b807b8bbe6c3cf31ac55cca66470c7f752edfe2c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 9 Jul 2012 16:45:26 -0400 Subject: add header/explanation to templates/chef_client.rb.tmpl --- templates/chef_client.rb.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates') diff --git a/templates/chef_client.rb.tmpl b/templates/chef_client.rb.tmpl index d3d9a922..7981cba7 100644 --- a/templates/chef_client.rb.tmpl +++ b/templates/chef_client.rb.tmpl @@ -1,3 +1,13 @@ +#* + This file is only utilized if the module 'cc_chef' is enabled in + cloud-config. Specifically, in order to enable it + you need to add the following to config: + chef: + validation_key: XYZ + validation_cert: XYZ + validation_name: XYZ + server_url: XYZ +*# log_level :info log_location "/var/log/chef/client.log" ssl_verify_mode :verify_none -- cgit v1.2.3