summaryrefslogtreecommitdiff
path: root/chef/examples/config/chef-solo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/examples/config/chef-solo.rb')
-rw-r--r--chef/examples/config/chef-solo.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/chef/examples/config/chef-solo.rb b/chef/examples/config/chef-solo.rb
new file mode 100644
index 0000000000..2a85253b37
--- /dev/null
+++ b/chef/examples/config/chef-solo.rb
@@ -0,0 +1,11 @@
+#
+# Example Chef Solo Config
+
+cookbook_path File.join(File.dirname(__FILE__), "cookbooks")
+node_path File.join(File.dirname(__FILE__), "nodes")
+search_index_path File.join(File.dirname(__FILE__), "..", "search_index")
+log_level :info
+file_store_path "/tmp/chef"
+file_cache_path "/tmp/chef/cache"
+
+Chef::Log::Formatter.show_time = false