summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 9d05de8..56b6945 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -3,5 +3,10 @@ class dovecot::munin {
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;
}
}