Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created August 30, 2012 02:05
Show Gist options
  • Save coderforhire/3521658 to your computer and use it in GitHub Desktop.
Save coderforhire/3521658 to your computer and use it in GitHub Desktop.
cat ~/.chef/knife.rb
log_level :debug
log_location STDOUT
node_name 'makerbreaker'
client_key '/home/makerbreaker/.chef/makerbreaker.pem'
cookbook_path '/home/makerbreaker/chef-repo/cookbooks'
validation_client_name 'chef-validator'
validation_key '/etc/chef/validation.pem'
chef_server_url 'http://makerservers.com:4000'
cache_options( :path => '/home/makerbreaker/.chef/checksums' )
knife[:rackspace_api_key] = "test"
knife[:rackspace_api_username] = "makerbreaker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment