summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAvishai Ish-Shalom <avishai.ish-shalom@mail.huji.ac.il>2011-04-21 17:57:54 +0300
committerAvishai Ish-Shalom <avishai.ish-shalom@mail.huji.ac.il>2011-04-21 17:57:54 +0300
commitb3e7cdb3f85cd913d1cfb0895be1b0b6acc319fd (patch)
treeb166eb6b3c17b16ecee0176ea3fc3f599eb75e22 /templates
parente363a4869459915fed45d5e92005f61afa5ee6e8 (diff)
downloadvyos-cloud-init-b3e7cdb3f85cd913d1cfb0895be1b0b6acc319fd.tar.gz
vyos-cloud-init-b3e7cdb3f85cd913d1cfb0895be1b0b6acc319fd.zip
Added Chef plugin
Diffstat (limited to 'templates')
-rw-r--r--templates/chef_client.rb.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/chef_client.rb.tmpl b/templates/chef_client.rb.tmpl
new file mode 100644
index 00000000..d69dedc0
--- /dev/null
+++ b/templates/chef_client.rb.tmpl
@@ -0,0 +1,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
+