Created
November 15, 2016 18:04
-
-
Save vignesh-v3/e10e52b77a5aec0976d3a2e01b600dbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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