~smoser/cloud-init/lp-1077700

« back to all changes in this revision

Viewing changes to templates/chef_client.rb.tmpl

  • Committer: Avishai Ish-Shalom
  • Date: 2011-04-21 14:57:54 UTC
  • mto: This revision was merged to the branch mainline in revision 407.
  • Revision ID: avishai.ish-shalom@mail.huji.ac.il-20110421145754-tsot1wueg27tywpe
Added Chef plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
log_level          :info
 
2
log_location       "/var/log/chef/client.log"
 
3
ssl_verify_mode    :verify_none
 
4
validation_client_name "$validation_name"
 
5
validation_key         "/etc/chef/validation.pem"
 
6
client_key               "/etc/chef/client.pem"
 
7
chef_server_url    "$server_url"
 
8
file_cache_path    "/var/cache/chef"
 
9
file_backup_path  "/var/backups/chef"
 
10
pid_file           "/var/run/chef/client.pid"
 
11
Chef::Log::Formatter.show_time = true
 
12