From 62c50e8d251a325ff7a60fb3c3df5f15c70e0c18 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Dec 2012 13:07:05 +0100 Subject: manage mode of state file for munin --- manifests/munin.pp | 5 +++++ 1 file changed, 5 insertions(+) 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; } } -- cgit v1.2.3