From b62e6ae14ddd9c60035f4ec314f4c6d0ab47777e Mon Sep 17 00:00:00 2001 From: Thom May Date: Tue, 23 Feb 2016 09:52:20 +0000 Subject: Ensure that chef-zero loads libraries recursively --- lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/chef_fs') diff --git a/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb b/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb index 3a08768baf..92295b4fe8 100644 --- a/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb +++ b/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb @@ -53,7 +53,7 @@ class Chef :attributes => { :ruby_only => true }, :definitions => { :ruby_only => true }, :recipes => { :ruby_only => true }, - :libraries => { :ruby_only => true }, + :libraries => { :recursive => true }, :templates => { :recursive => true }, :files => { :recursive => true }, :resources => { :ruby_only => true, :recursive => true }, -- cgit v1.2.1