Skip to content

Instantly share code, notes, and snippets.

@greenmoss
Created March 16, 2010 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenmoss/334066 to your computer and use it in GitHub Desktop.
Save greenmoss/334066 to your computer and use it in GitHub Desktop.
server config
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
chef_server_url "http://localhost:4000"
cookbook_path [ "/srv/chef/cookbooks" ]
file_cache_path "/var/cache/chef"
node_path "/srv/chef/nodes"
openid_store_path "/var/lib/chef/openid/store"
openid_cstore_path "/var/lib/chef/openid/cstore"
Mixlib::Log::Formatter.show_time = true
signing_ca_cert "/etc/chef/certificates/cert.pem"
signing_ca_key "/etc/chef/certificates/key.pem"
amqp_pass "myfakepass"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment