diff options
Diffstat (limited to 'modules')
-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 60e037bc..2f3ba28f 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", + ]: + owner => 'apache', + group => 'apache', + mode => '0640', + } cron { 'collectstats': command => '/usr/share/bugzilla/bin/collectstats.pl', |