summaryrefslogtreecommitdiff
path: root/templates/chef_client.rb.tmpl
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-07-09 16:45:26 -0400
committerScott Moser <smoser@ubuntu.com>2012-07-09 16:45:26 -0400
commitb807b8bbe6c3cf31ac55cca66470c7f752edfe2c (patch)
tree133ea2fa402a93a5141bc7cdf22972f37768336a /templates/chef_client.rb.tmpl
parent75af023c864d1b6c4e48788b1b4cf7aad5eb2204 (diff)
downloadcloud-init-git-b807b8bbe6c3cf31ac55cca66470c7f752edfe2c.tar.gz
add header/explanation to templates/chef_client.rb.tmpl
Diffstat (limited to 'templates/chef_client.rb.tmpl')
-rw-r--r--templates/chef_client.rb.tmpl10
1 files changed, 10 insertions, 0 deletions
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