Add option to detect symlinks in cookbookdirs as cookbooks
jaymzh opened this issue · 4 comments
jaymzh commented
It would be nice when handling multiple different environments to be able to treat these as changes so they can be detected and uploaded.
jaymzh commented
- In
Changes::Cookbook.initialize
we should for each file store if it's a symlink - Add a config option for want_symlinks_to_count_as_cookbooks
- Then in
Changes::Cookbook.meaningful_cookbook_file?
if the option is set and it's a symlink and it's in a cookbook dir, return true.
mikedodge04 commented
davide125 commented
@jaymzh @mikedodge04 is there anything left to do here?