Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created November 15, 2016 17:41
Show Gist options
  • Save vignesh-v3/cf9fb87851a5fcc0d65c92d442cc31cd to your computer and use it in GitHub Desktop.
Save vignesh-v3/cf9fb87851a5fcc0d65c92d442cc31cd to your computer and use it in GitHub Desktop.
# See http://docs.chef.io/config_rb_knife.html for more information on knife configuration options
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name "houami"
client_key "#{current_dir}/houami.pem"
chef_server_url "https://api.chef.io:443/organizations/v4architects"
cookbook_path ["#{current_dir}/../cookbooks"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment