phlipper / chef-monit

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

location of idfile and statefile #78

Open aalmenar opened 9 years ago

aalmenar commented 9 years ago

Hi, there any reason to have this: default["monit"]["idfile"] = "/var/.monit.id" default["monit"]["statefile"] = "/var/lib/monit/state"

Instead of: default["monit"]["idfile"] = "/var/lib/monit/id" default["monit"]["statefile"] = "/var/lib/monit/state"

Grouping every monit file in its directory ?