summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp2
1 files changed, 1 insertions, 1 deletions
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"
}
}