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

Chef::Log::Formatter.show_time = false