From: mh Date: Sat, 1 Dec 2012 13:38:36 +0000 (+0100) Subject: correct filemode X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=890e62c6dd78e0d4d96256b99ab1f57098ee4233;p=puppet-ejabberd.git correct filemode --- 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'; } }