Skip to content

Instantly share code, notes, and snippets.

@theozaurus
Created March 18, 2010 11:05
Show Gist options
  • Save theozaurus/336262 to your computer and use it in GitHub Desktop.
Save theozaurus/336262 to your computer and use it in GitHub Desktop.
#
# Chef Client Config File
#
# Dynamically generated by Chef - local modifications will be replaced
#
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
chef_server_url "https://api.opscode.com/organizations/jiva"
validation_client_name "jiva-validator"
validation_key "/etc/chef/validation.pem"
client_key "/etc/chef/client.pem"
file_cache_path "/var/lib/chef/cache"
pid_file "/var/run/chef/chef-client.pid"
Mixlib::Log::Formatter.show_time = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment