summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-07-29 12:17:43 +0100
committerThom May <thom@may.lt>2016-07-29 12:17:43 +0100
commited1c9bff39b3895ae0bb93d73059089bab70b02b (patch)
tree3847f5a0b7ef9933c7b409400ca2adb6465d789f
parent4c86d798010b73c76c916e601ff48c24ffb65dd6 (diff)
downloadchef-zero-tm/playground_port.tar.gz
Connect to chef zero default port in the playgroundtm/playground_port
Fixes: #128 Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--playground/.chef/knife.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/.chef/knife.rb b/playground/.chef/knife.rb
index c594c09..6502f0e 100644
--- a/playground/.chef/knife.rb
+++ b/playground/.chef/knife.rb
@@ -1,6 +1,6 @@
chef_repo = File.join(File.dirname(__FILE__), "..")
-chef_server_url "http://127.0.0.1:4000"
+chef_server_url "http://127.0.0.1:8889"
node_name "stickywicket"
client_key File.join(File.dirname(__FILE__), "stickywicket.pem")
cookbook_path "#{chef_repo}/cookbooks"