Skip to content

Instantly share code, notes, and snippets.

@txag1995
Created March 24, 2015 15:52
Show Gist options
  • Save txag1995/14c2bfaa396259c048c5 to your computer and use it in GitHub Desktop.
Save txag1995/14c2bfaa396259c048c5 to your computer and use it in GitHub Desktop.
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "<USERNAME>"
client_key "#{current_dir}/user.pem"
chef_server_url "https://api.opscode.com/organizations/<ORGANIZATION>"
cache_type 'BasicFile'
cache_options( :path => "#{ENV['HOME']}/.chef/checksums" )
cookbook_path ["#{current_dir}/../cookbooks"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment