【发布时间】:2013-11-07 00:14:29
【问题描述】:
我正在使用 berkshelf 管理食谱、厨师 11.6.2 和 nginx 食谱 v 2.0.0
我从源代码编译 nginx 的设置:
set[:nginx][:source][:modules] = ["http_gzip_static_module", "http_ssl_module"]
配置给了我错误:
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
这是 nginx 食谱中的一个错误,你如何解决它?一切都适用于 nginx 食谱 v 1.7.0
非常感谢。
【问题讨论】:
标签: deployment nginx chef-infra cookbook berkshelf