summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
new file mode 100644
index 0000000..9d05de8
--- /dev/null
+++ b/manifests/munin.pp
@@ -0,0 +1,7 @@
+class dovecot::munin {
+ munin::plugin::deploy{'dovecot':
+ source => "dovecot/munin/dovecot",
+ config => "env.logfile /var/log/dovecot/infos.log
+group mail"
+ }
+}