Skip to content

Instantly share code, notes, and snippets.

@zbelzer
Created March 10, 2010 00:26
Show Gist options
  • Save zbelzer/327326 to your computer and use it in GitHub Desktop.
Save zbelzer/327326 to your computer and use it in GitHub Desktop.
log_level :info
log_location STDOUT
node_name 'zbelzer'
client_key '/root/.chef/zbelzer.pem'
validation_client_name 'chef-validator'
validation_key '/root/.chef/chef-validator.pem'
chef_server_url 'http://ec2-204-236-254-87.compute-1.amazonaws.com:4000'
cache_type 'BasicFile'
cache_options( :path => '/root/.chef/checksums' )
cookbook_path [ './cookbooks', './site-cookbooks' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment