我正在使用berkshelf管理食谱,厨师11.6.2和nginx cookbook v 2.0.0
我从源代码编译nginx的设置:
set[:nginx][:source][:modules] = ["http_gzip_static_module", "http_ssl_module"]
Run Code Online (Sandbox Code Playgroud)
配置给了我错误:
Cookbook http_gzip_static_module not found. If you're loading http_gzip_static_module from another cookbook, make sure you configure the dependency in your metadata
Run Code Online (Sandbox Code Playgroud)
这是nginx cookbook的一个bug,你是如何解决的?一切都适用于nginx cookbook v 1.7.0
非常感谢.