OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / solo.rb
diff --git a/solo.rb b/solo.rb
index 9642aab..72597d4 100644 (file)
--- a/solo.rb
+++ b/solo.rb
@@ -1,5 +1,9 @@
 current_dir = File.dirname(File.expand_path(__FILE__))
 file_cache_path "/tmp/chef-solo"
-cookbook_path "#{current_dir}/cookbooks"
+environment_path "#{current_dir}/environments"
+cookbook_path [
+  "#{current_dir}/cookbooks",
+  "#{current_dir}/vendor/cookbooks"
+]
 role_path "#{current_dir}/roles"
 node_path "#{current_dir}/nodes"