From 6275f8034f2dc20d996fce320c4d48f693f0d1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 8 Apr 2017 00:39:27 +0200 Subject: Fix perms --- modules/bugzilla/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 68a0e7d9..60e037bc 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -75,6 +75,14 @@ class bugzilla { require => Git::Snapshot[$bugzilla_location], } + file { '/usr/share/bugzilla/data/assets': + ensure => directory, + owner => 'apache', + group => 'apache', + mode => '0770' + } + + file { '/usr/share/bugzilla/robots.txt': group => 'apache', mode => '0640', -- cgit v1.2.1