From 97bd93843859246c76392cc4cd200907ed85f080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 23:33:02 +0200 Subject: Remove file perms --- modules/bugzilla/manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index a22c8c66..eaf12eb6 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -66,11 +66,6 @@ class bugzilla { require => Git::Snapshot[$bugzilla_location], } - file { '/usr/share/bugzilla/*.cgi': - group => 'apache', - mode => '0750' - } - file { '/usr/share/bugzilla/robots.txt': group => 'apache', mode => '0640', -- cgit v1.2.1