【发布时间】:2012-09-24 02:35:10
【问题描述】:
我正在尝试获取一个配置有 Chef 的 nginx/unicorn ruby 应用服务器。我遇到的问题是依赖于 build-essential cookbook,它在运行时会导致输出:
================================================================================
Error executing action `install` on resource 'package[build-essential]'
================================================================================
Chef::Exceptions::Exec
----------------------
apt-get -q -y install build-essential=11.5ubuntu2 returned 100, expected 0
我对厨师还是很陌生,不知道为什么会这样。有什么想法吗?
【问题讨论】:
标签: nginx chef-infra