summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/munin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 83146ef..33f15d4 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -21,6 +21,7 @@ class ejabberd::munin {
source => 'puppet:///modules/ejabberd/munin/ejabberd_registrations.cron';
'/etc/cron.d/ejabberd_munin':
require => Munin::Plugin['ejabberd_users','ejabberd_connections'],
+ mode => '0600',
source => 'puppet:///modules/ejabberd/munin/ejabberd_munin.cron';
}
}