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