Skip to content

Instantly share code, notes, and snippets.

@chef
Created August 10, 2010 21:56
Show Gist options
  • Save chef/518093 to your computer and use it in GitHub Desktop.
Save chef/518093 to your computer and use it in GitHub Desktop.
onfig_dir = File.dirname(__FILE__)
cookbook_dir = File.join(config_dir, ".." ,"cookbooks")
organization = File.basename(File.expand_path(File.join(File.dirname(__FILE__), "..")))
log_level :info
log_location STDOUT
node_name 'adam'
client_key "#{config_dir}/adam.pem"
chef_server_url "https://api.opscode.us/organizations/#{organization}"
cache_type 'BasicFile'
cache_options( :path => "#{config_dir}/checksums" )
cookbook_path [ cookbook_dir ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment