Created
November 15, 2016 17:41
-
-
Save vignesh-v3/cf9fb87851a5fcc0d65c92d442cc31cd 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://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