berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

allow recursive loading of cookbook libraries #320

Closed spion06 closed 8 years ago

spion06 commented 8 years ago

We have a library cookbook that we organize a few shared components into folders. When trying to upload with berkshelf we found that those files were getting missed. Found that berkshelf was using ridley to do their uploads.

This change makes it so libraries are loaded recursively like what is done for templates and files.

reset commented 8 years ago

@spion06 thanks for the PR, I wasn't aware that the behaviour changed in Chef master. For anyone reading in the future: https://github.com/chef/chef/pull/2129