I am trying to get a ruby ββnginx / unicorn application server configured with a chef. The problem that I encountered is a dependency on a prefabricated assembly, which when launched leads to the result:
================================================================================ 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
I am still new to the cook and don't know why this is happening. Any ideas?
source share