diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-15 18:37:42 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-15 18:37:42 +0200 |
commit | 77a97c75bc765805d1893c376accee77890e243f (patch) | |
tree | 31201d2baeda35f9bd453ffc14b9475b8179741c /modules/bugzilla | |
parent | 1f047ed82f0cbe0426f7f73f87fcb2a93586e9ce (diff) | |
download | puppet-77a97c75bc765805d1893c376accee77890e243f.tar puppet-77a97c75bc765805d1893c376accee77890e243f.tar.gz puppet-77a97c75bc765805d1893c376accee77890e243f.tar.bz2 puppet-77a97c75bc765805d1893c376accee77890e243f.tar.xz puppet-77a97c75bc765805d1893c376accee77890e243f.zip |
Remove dupplicate declaration
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 7 |
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', |