aws / opsworks-cookbooks

Chef Cookbooks for the AWS OpsWorks Service
Other
1.06k stars 1.23k forks source link

Nginx cookbook: Update nginx_web_site definition to LWRP. #334

Closed gmccue closed 7 years ago

gmccue commented 8 years ago

Is there any plan to update some of the definitions for the provided cookbooks to LWRPs? Specifically I'm looking at the Nginx cookbook. Because definitions are not loaded as part of the Chef resource collection, testing cookbooks that rely on these definitions with tools like Test Kitchen is not possible. Additionally it seems like there is a mass migration toward LWRPs in the Chef community.

I have a custom LWRP based on the nginx definition that I could submit as a PR if you're interested.