From fcea9f0dc40db8434f8d99e4ec2f150da30fcd56 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 10 Apr 2017 12:32:04 +0200 Subject: bugzilla: revert perms change, these should be handled in git/puppet --- modules/bugzilla/manifests/init.pp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/bugzilla/manifests/init.pp') 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', -- cgit v1.2.1