OSDN Git Service

b62f8b0ee24ca9579162eee3ef1599ea459d8bd5
[metasearch/grid-chef-repo.git] / solo.rb
1 current_dir = File.dirname(File.expand_path(__FILE__))
2 file_cache_path "/tmp/chef-solo"
3 environment_path "#{current_dir}/environments"
4 cookbook_path "#{current_dir}/cookbooks"
5 role_path "#{current_dir}/roles"
6 node_path "#{current_dir}/nodes"