summaryrefslogtreecommitdiff
path: root/playground/.chef/knife.rb
diff options
context:
space:
mode:
Diffstat (limited to 'playground/.chef/knife.rb')
-rw-r--r--playground/.chef/knife.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/playground/.chef/knife.rb b/playground/.chef/knife.rb
new file mode 100644
index 0000000..bc76282
--- /dev/null
+++ b/playground/.chef/knife.rb
@@ -0,0 +1,5 @@
+chef_repo = File.join(File.dirname(__FILE__), "..")
+chef_server_url "http://127.0.0.1:8889"
+node_name "admin"
+client_key false
+cookbook_path "#{chef_repo}/cookbooks"