OSDN Git Service

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