blob: 3445a99af7abdb6bf48a3dd7f8c59ac1c0725efc (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# 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"
Chef::Log::Formatter.show_time = false
|