chef-monit
chef-monit copied to clipboard
location of idfile and statefile
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 ?