gocd/go-cookbook

Server is only started when the package is installed

jf647 opened this issue · 0 comments

The service definition for the server has actions :enable and :nothing

This is notified by the package resource, which means that the server is started when the package is installed, but never again. It is configured to start on boot, but if the server goes down or is stopped manually, chef-client runs will never bring it up again.