aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-15 18:37:42 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-15 18:37:42 +0200
commit77a97c75bc765805d1893c376accee77890e243f (patch)
tree31201d2baeda35f9bd453ffc14b9475b8179741c
parent1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce (diff)
downloadpuppet-77a97c75bc765805d1893c376accee77890e243f.tar
puppet-77a97c75bc765805d1893c376accee77890e243f.tar.gz
puppet-77a97c75bc765805d1893c376accee77890e243f.tar.bz2
puppet-77a97c75bc765805d1893c376accee77890e243f.tar.xz
puppet-77a97c75bc765805d1893c376accee77890e243f.zip
Remove dupplicate declaration
-rwxr-xr-xmodules/bugzilla/manifests/init.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 5b1e9ed0..f6f8d2e8 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -165,13 +165,6 @@ 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',