summaryrefslogtreecommitdiff
path: root/playground/.chef/knife.rb
diff options
context:
space:
mode:
authorjkeiser <jkeiser@opscode.com>2012-12-20 16:47:30 -0800
committerjkeiser <jkeiser@opscode.com>2012-12-20 16:47:30 -0800
commite792ec1eef0e0d004561dded5304abc43e89a246 (patch)
tree464eea9e0a16ae68eb236cb79e1bd99f8ee16e3e /playground/.chef/knife.rb
parent255ef3250bc2604284f56845e027200856a81d78 (diff)
downloadchef-zero-e792ec1eef0e0d004561dded5304abc43e89a246.tar.gz
Use authentication (chef client needs it for cookbook upload)
Diffstat (limited to 'playground/.chef/knife.rb')
-rw-r--r--playground/.chef/knife.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/playground/.chef/knife.rb b/playground/.chef/knife.rb
index bc76282..951dded 100644
--- a/playground/.chef/knife.rb
+++ b/playground/.chef/knife.rb
@@ -1,5 +1,5 @@
chef_repo = File.join(File.dirname(__FILE__), "..")
chef_server_url "http://127.0.0.1:8889"
-node_name "admin"
-client_key false
+node_name "stickywicket"
+client_key File.join(File.dirname(__FILE__), "stickywicket.pem")
cookbook_path "#{chef_repo}/cookbooks"