Skip to content

Instantly share code, notes, and snippets.

@simplytunde
Created November 29, 2016 08:01
Show Gist options
  • Save simplytunde/fdb742d8cadb6f5ab322a9f29236f18a to your computer and use it in GitHub Desktop.
Save simplytunde/fdb742d8cadb6f5ab322a9f29236f18a to your computer and use it in GitHub Desktop.
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
chef_server_url "http://localhost:4000"
file_cache_path "/var/cache/chef"
file_backup_path "/var/lib/chef/backup"
pid_file "/var/run/chef/client.pid"
cache_options({ :path => "/var/cache/chef/checksums", :skip_expires => true})
signing_ca_user "chef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment