summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-02-25 15:43:42 +0100
committervarac <varacanero@zeromail.org>2014-02-25 15:43:42 +0100
commitc2539d1ea132e137d29f3183e7aac568462865b0 (patch)
treeaa71997081abe88e95fd07d8e532ce8afbcf7cea /manifests/munin.pp
parent705fd0a13dc4d2f073819947159e28b54c286550 (diff)
parent34333c48ba5662228c37a70eb099ec9a5f96b5ac (diff)
Merge branch 'leap_master'
Conflicts: files/munin/dovecot manifests/base.pp manifests/centos.pp manifests/debian.pp manifests/expire.pp manifests/init.pp manifests/munin.pp manifests/quota.pp manifests/sieve.pp manifests/sql.pp
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp9
1 files changed, 2 insertions, 7 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 56b6945..5996604 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -1,12 +1,7 @@
class dovecot::munin {
+
munin::plugin::deploy{'dovecot':
source => "dovecot/munin/dovecot",
- config => "env.logfile /var/log/dovecot/infos.log
-group mail"
- } -> file{'/var/lib/munin/plugin-state/plugin-dovecot.state':
- ensure => file,
- owner => munin,
- group => mail,
- mode => 0660;
+ config => "env.logfile /var/log/dovecot/dovecot.log\ngroup dovecot"
}
}