summaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-05-28 11:41:15 -0700
committerJohn Keiser <jkeiser@opscode.com>2013-05-28 11:41:15 -0700
commitf8f1892a254332c217e130e24de5b4d285bbed89 (patch)
treee0072946eee52f87ff564f7a40ac3aa7a238e13a /playground
parent96d80aefd42fdb6ee6fd263ec7e2535b187adf8e (diff)
downloadchef-zero-f8f1892a254332c217e130e24de5b4d285bbed89.tar.gz
Bump version to 1.1v1.1
Diffstat (limited to 'playground')
-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 951dded..d64d8ef 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"
+chef_server_url "http://127.0.0.1:4000"
node_name "stickywicket"
client_key File.join(File.dirname(__FILE__), "stickywicket.pem")
cookbook_path "#{chef_repo}/cookbooks"