diff options
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 5302f28b..6d12b37f 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -158,6 +158,13 @@ class bugzilla { mode => '0750', } + file { [ + "$bugzilla_location/data/bugzilla-update.xml", + ]: + group => 'apache', + mode => '0640', + } + cron { 'collectstats': command => "$bugzilla_location/bin/collectstats.pl", user => 'apache', |