Skip to content

Instantly share code, notes, and snippets.

@vignesh-v3
Created November 15, 2016 18:04
Show Gist options
  • Save vignesh-v3/e10e52b77a5aec0976d3a2e01b600dbf to your computer and use it in GitHub Desktop.
Save vignesh-v3/e10e52b77a5aec0976d3a2e01b600dbf 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://ip-172-31-12-212.ec2.internal/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