summaryrefslogtreecommitdiff
path: root/chef/config/server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/config/server.rb')
-rw-r--r--chef/config/server.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/chef/config/server.rb b/chef/config/server.rb
new file mode 100644
index 0000000000..74c12df403
--- /dev/null
+++ b/chef/config/server.rb
@@ -0,0 +1,17 @@
+#
+# Example Chef Server Config
+
+log_level :debug
+
+cookbook_path File.join(File.dirname(__FILE__), "..", "examples", "config", "cookbooks")
+node_path File.join(File.dirname(__FILE__), "..", "examples", "config", "nodes")
+file_store_path File.join(File.dirname(__FILE__), "..", "examples", "store")
+openid_store_path File.join(File.dirname(__FILE__), "..", "examples", "openid-db")
+openid_cstore_path File.join(File.dirname(__FILE__), "..", "examples", "openid-cstore")
+merb_log_path File.join(File.dirname(__FILE__), "..", "examples", "logs")
+search_index_path File.join(File.dirname(__FILE__), "..", "examples", "search_index")
+
+
+# openid_providers [ "localhost:4001", "openid.hjksolutions.com" ]
+
+Chef::Log::Formatter.show_time = false