diff --git a/.chef/config.rb b/.chef/config.rb index 6fa4844..fa3822a 100644 --- a/.chef/config.rb +++ b/.chef/config.rb @@ -1,6 +1,6 @@ current_dir = File.dirname(__FILE__) -cookbook_path ["#{current_dir}/../site-cookbooks"] +cookbook_path ["#{current_dir}/../site-cookbooks", "#{current_dir}/../cookbooks"] node_path "nodes" role_path "roles" environment_path "environments"