gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
45 stars 66 forks source link

Server is only started when the package is installed #31

Open jf647 opened 9 years ago

jf647 commented 9 years ago

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.