summaryrefslogtreecommitdiff
path: root/examples/config/chef-solo.rb
blob: 2a85253b3731ae225d2c23b32421b9da597de5b0 (plain)
1
2
3
4
5
6
7
8
9
10
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