diff options
author | Olivier Blin <dev@blino.org> | 2017-04-10 12:32:04 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2017-04-10 12:32:04 +0200 |
commit | fcea9f0dc40db8434f8d99e4ec2f150da30fcd56 (patch) | |
tree | 3b948a52541a772147696ab46d84b319493ab33e /modules/bugzilla/manifests | |
parent | 474c42f9375f0dfbf014c2619251e66958937406 (diff) | |
download | puppet-fcea9f0dc40db8434f8d99e4ec2f150da30fcd56.tar puppet-fcea9f0dc40db8434f8d99e4ec2f150da30fcd56.tar.gz puppet-fcea9f0dc40db8434f8d99e4ec2f150da30fcd56.tar.bz2 puppet-fcea9f0dc40db8434f8d99e4ec2f150da30fcd56.tar.xz puppet-fcea9f0dc40db8434f8d99e4ec2f150da30fcd56.zip |
bugzilla: revert perms change, these should be handled in git/puppet
Diffstat (limited to 'modules/bugzilla/manifests')
-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', |