From 8a39fe6efb7533cf5b31ca7af74a057610c2f4f1 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Aug 2011 15:49:07 -0400 Subject: formatting standardization --- manifests/munin.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/munin.pp') diff --git a/manifests/munin.pp b/manifests/munin.pp index 9d05de8..77e6c5c 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,7 +1,7 @@ class dovecot::munin { - munin::plugin::deploy{'dovecot': + + munin::plugin::deploy { 'dovecot': source => "dovecot/munin/dovecot", - config => "env.logfile /var/log/dovecot/infos.log -group mail" + config => "env.logfile /var/log/dovecot/infos.log\ngroup mail" } } -- cgit v1.2.3 From 15eb3c72a9ace055a9679a880ec2f1957459f204 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 31 Aug 2011 16:17:46 -0400 Subject: change the dovecot logfile to the more standard 'dovecot.log' instead of 'infos.log' also fix the group for the munin plugin --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/munin.pp') diff --git a/manifests/munin.pp b/manifests/munin.pp index 77e6c5c..006a10a 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -2,6 +2,6 @@ class dovecot::munin { munin::plugin::deploy { 'dovecot': source => "dovecot/munin/dovecot", - config => "env.logfile /var/log/dovecot/infos.log\ngroup mail" + config => "env.logfile /var/log/dovecot/dovecot.log\ngroup dovecot" } } -- cgit v1.2.3