From 77a97c75bc765805d1893c376accee77890e243f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 15 Apr 2017 18:37:42 +0200 Subject: Remove dupplicate declaration --- modules/bugzilla/manifests/init.pp | 7 ------- 1 file changed, 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', -- cgit v1.2.1