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