summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-02-23 09:52:20 +0000
committerThom May <thom@chef.io>2016-03-03 09:46:30 +0000
commitb62e6ae14ddd9c60035f4ec314f4c6d0ab47777e (patch)
treeacd055045c217f0650e96c02d2744832028c1dcc /lib/chef/chef_fs
parenta4d98365c1d68d7a24fba62783538951d2bbd2e0 (diff)
downloadchef-b62e6ae14ddd9c60035f4ec314f4c6d0ab47777e.tar.gz
Ensure that chef-zero loads libraries recursivelytm/zero_deep_libraries
Diffstat (limited to 'lib/chef/chef_fs')
-rw-r--r--lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb2
1 files changed, 1 insertions, 1 deletions
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 },