Add the cookbooks dir to the load path for Knife-Zero

This commit is contained in:
Greg Karékinian 2019-10-08 18:13:10 +02:00
parent 2c2ae596ed
commit 3c05f172de

View File

@ -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"