Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created June 21, 2011 23:10
Show Gist options
  • Select an option

  • Save whitmo/1039198 to your computer and use it in GitHub Desktop.

Select an option

Save whitmo/1039198 to your computer and use it in GitHub Desktop.
local chef config
log_level :info
log_location STDOUT
node_name 'whit'
client_key '/Users/whit/.chef/whit.pem'
validation_client_name 'chef-validator'
validation_key '.chef/validation.pem'
chef_server_url 'pa-lintools.corp.surveymonkey.com:4000'
cache_type 'BasicFile'
cache_options( :path => '/Users/whit/.chef/checksums' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment