add header/explanation to templates/chef_client.rb.tmpl

This commit is contained in:
Scott Moser 2012-07-09 16:45:26 -04:00
parent 134de1bb7b
commit 3e0e01ab25
1 changed files with 10 additions and 0 deletions

View File

@ -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