Skip to content

Instantly share code, notes, and snippets.

@midwire
Created July 31, 2013 19:46
Show Gist options
  • Save midwire/6125482 to your computer and use it in GitHub Desktop.
Save midwire/6125482 to your computer and use it in GitHub Desktop.
Standard knife.rb file
chef_server = "provision-dev.infra.rds"
log_level :info
log_location STDOUT
node_name "vagrant"
client_key "#{ENV['HOME']}/.chef/#{chef_server}/vagrant.pem"
validation_client_name "chef-validator"
validation_key "#{ENV['HOME']}/.chef/#{chef_server}/chef-validator.pem"
chef_server_url "https://#{chef_server}"
syntax_check_cache_path "#{ENV['HOME']}/.chef/#{chef_server}/syntax_check_cache"
cookbook_path [ "#{ENV['CHEF_DIR_FLA']}/chef_fla/cookbooks" ]
cache_type "BasicFile"
cache_options( :path => "#{ENV['HOME']}/.chef/#{chef_server}/checsums" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment