~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

223.2.6 by Scott Moser
* New upstream snapshot.
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
*#
132.1.11 by Scott Moser, Mike Moulton, Avishai Ish-Shalom
* minor documentation improvement.
11
log_level              :info
12
log_location           "/var/log/chef/client.log"
13
ssl_verify_mode        :verify_none
223.2.6 by Scott Moser
* New upstream snapshot.
14
validation_client_name "$validation_name"
132.2.5 by Scott Moser, Adam Gandalman, Avishai Ish-Shalom
* do not give trace on failure to resize in lxc container (LP: #800856)
15
validation_key         "/etc/chef/validation.pem"
132.1.11 by Scott Moser, Mike Moulton, Avishai Ish-Shalom
* minor documentation improvement.
16
client_key             "/etc/chef/client.pem"
223.2.6 by Scott Moser
* New upstream snapshot.
17
chef_server_url        "$server_url"
18
environment            "$environment"
19
node_name              "$node_name"
132.1.11 by Scott Moser, Mike Moulton, Avishai Ish-Shalom
* minor documentation improvement.
20
json_attribs           "/etc/chef/firstboot.json"
21
file_cache_path        "/var/cache/chef"
22
file_backup_path       "/var/backups/chef"
23
pid_file               "/var/run/chef/client.pid"
132.2.5 by Scott Moser, Adam Gandalman, Avishai Ish-Shalom
* do not give trace on failure to resize in lxc container (LP: #800856)
24
Chef::Log::Formatter.show_time = true
25