phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Attribute to not automatically start monit #84

Open mateusduboli opened 8 years ago

mateusduboli commented 8 years ago

Sometimes when you are in a dev environment, or even when you want to create a instance of a database cluster that you won't like the service to be running right away because performance reasons, it's interesting to not start monit after the installation.

It would be interesting to have a attribute that switches the auto start off, like:

default[:monit][:auto_start] = false