Skip to content

Instantly share code, notes, and snippets.

@abecciu
Created May 12, 2010 20:44
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 abecciu/399100 to your computer and use it in GitHub Desktop.
Save abecciu/399100 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://chef8.xxxxx.com:4443"
validation_client_name "chef-validator"
validation_key "/etc/chef/validation.pem"
client_key "/etc/chef/client.pem"
file_cache_path "/srv/chef/cache"
pid_file "/var/run/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