【发布时间】:2013-07-04 02:39:25
【问题描述】:
已经通过降低厨师版本解决了
postgresql reciepe (v3.0.2) 有问题。我的主厨版本是 11.4.4。
在recipes/config_initdb.rbthere is line
::Chef::Recipe.send(:include, Opscode::PostgresqlHelpers)
我看到模块 Opscode::PostgresqlHelpers defined in libraries/default.rb。
但它失败并出现错误uninitialized constant Chef::Recipe::Opscode。
为什么不需要该库以及如何修复它?
编辑:
我手动要求该模块,它开始失败并出现类似错误uninitialized constant Opscode::OpenSSL。
看起来没有加载任何库。可能我想念一些流浪者/厨师的设置吗?
【问题讨论】:
标签: ruby chef-infra vagrant