summaryrefslogtreecommitdiff
path: root/templates/chef_client.rb.tmpl
blob: d69dedc064f51a2898534d5de65b5d30979f434c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
log_level          :info
log_location       "/var/log/chef/client.log"
ssl_verify_mode    :verify_none
validation_client_name "$validation_name"
validation_key         "/etc/chef/validation.pem"
client_key               "/etc/chef/client.pem"
chef_server_url    "$server_url"
file_cache_path    "/var/cache/chef"
file_backup_path  "/var/backups/chef"
pid_file           "/var/run/chef/client.pid"
Chef::Log::Formatter.show_time = true