facebook / chef-cookbooks

Open source chef cookbooks.
Apache License 2.0
569 stars 140 forks source link

add unified_mode true to all resources for cookbooks fb_choco, fb_hel… #213

Closed thefad3d closed 2 years ago

thefad3d commented 2 years ago

…pers & fb_launchd

Converging the cookbooks in this repo on a v17+ Chef client result in deprecation warning being thrown. To resolve warnings, add unified_mode true to cookbook resources. As per the documentation on unified_mode, the enablement of this feature should only cause problems under very specific circumstances (none of which should be at-play with these cookbooks).

This diff adds unified_mode true to all custom resources within the following cookbooks: fb_choco fb_helpers fb_launchd