summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-12-07 13:07:05 +0100
committermh <mh@immerda.ch>2012-12-07 13:07:05 +0100
commit62c50e8d251a325ff7a60fb3c3df5f15c70e0c18 (patch)
tree2633f1aec8474b8437a7b4b63c034a4fbf794e78
parent355ac9162c5c31dd68109c2fec88c05e7ca908ef (diff)
manage mode of state file for munin
-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;
}
}