Skip to content

Instantly share code, notes, and snippets.

@spidaman
Created April 8, 2009 21:03
Show Gist options
  • Save spidaman/92032 to your computer and use it in GitHub Desktop.
Save spidaman/92032 to your computer and use it in GitHub Desktop.
cat config/client.rb
#
# Chef Client Config File
#
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
registration_url "http://localhost:4000"
openid_url "http://localhost:4001"
template_url "http://localhost:4000"
remotefile_url "http://localhost:4000"
search_url "http://localhost:4000"
cat /etc/chef/server.rb
#
# Chef Server Config File
#
# Dynamically generated by Chef - local modifications will be replaced
#
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
registration_url "http://ian-kallens-macbook-pro.local:4000"
openid_url "http://ian-kallens-macbook-pro.local:4001"
template_url "http://ian-kallens-macbook-pro.local:4000"
remotefile_url "http://ian-kallens-macbook-pro.local:4000"
search_url "http://ian-kallens-macbook-pro.local:4000"
#merb_log_path "/var/log/chef-server-merb.log"
cookbook_path "/var/chef/cookbooks"
Chef::Log::Formatter.show_time = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment