Skip to content

Instantly share code, notes, and snippets.

@damm
Created December 15, 2009 22:00
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 damm/257347 to your computer and use it in GitHub Desktop.
Save damm/257347 to your computer and use it in GitHub Desktop.
log_level :error
#log_location STDOUT
file_cache_path "/srv/chef/cache"
ssl_verify_mode :verify_none
registration_url "http://127.0.0.1:4000"
openid_url "http://127.0.0.1:4000"
template_url "http://127.0.0.1:4000"
remotefile_url "http://127.0.0.1:4000"
search_url "http://127.0.0.1:4000"
role_url "http://127.0.0.1:4000"
client_url "http://127.0.0.1:4000"
chef_server_url "http://127.0.0.1:4000"
validation_client_name "validator"
validation_key "/etc/chef/validation.pem"
# File.join(systmpdir, "validation.pem")
client_key "/etc/chef/client.pem"
# File.join(systmpdir, "client.pem")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment