You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2021. It is now read-only.
I want to use this cookbook in conjunction with chef_nginx cookbook, which is a fork of nginx cookbook. However, since certbot declares a dependency on nginx, it confuses some resources provided by chef_nginx.
Is there any plan to remove nginx from its dependencies? It seems there is no problem just removing the line in metadata.rb, like in qnighy/chef-certbot@b8d6271. Currently I'm using this patched version.
I want to use this cookbook in conjunction with
chef_nginxcookbook, which is a fork ofnginxcookbook. However, sincecertbotdeclares a dependency onnginx, it confuses some resources provided bychef_nginx.Is there any plan to remove
nginxfrom its dependencies? It seems there is no problem just removing the line inmetadata.rb, like in qnighy/chef-certbot@b8d6271. Currently I'm using this patched version.