~smoser/cloud-init/lp-1077700

« back to all changes in this revision

Viewing changes to templates/chef_client.rb.tmpl

  • Committer: Scott Moser
  • Date: 2012-07-09 20:45:26 UTC
  • Revision ID: smoser@ubuntu.com-20120709204526-hqe4892fcx4vc1fd
add header/explanation to templates/chef_client.rb.tmpl

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#*
 
2
     This file is only utilized if the module 'cc_chef' is enabled in 
 
3
     cloud-config. Specifically, in order to enable it
 
4
     you need to add the following to config:
 
5
       chef:
 
6
         validation_key: XYZ
 
7
         validation_cert: XYZ
 
8
         validation_name: XYZ
 
9
         server_url: XYZ
 
10
*#
1
11
log_level              :info
2
12
log_location           "/var/log/chef/client.log"
3
13
ssl_verify_mode        :verify_none