From 262df49bd556fa23310b569440b1e3d31a69474b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 5 Aug 2017 19:59:00 +0200 Subject: Fix perms of $bugzilla_location/graphs (From LpSolit) --- modules/bugzilla/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index c07d4ea2..1d1fd8a0 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -45,6 +45,12 @@ class bugzilla { mode => '0640', content => template('bugzilla/params.json') } + file { "$bugzilla_location/graphs": + ensure => directory, + owner => 'apache', + group => 'apache', + mode => '0770' + } apache::webapp_other { 'bugzilla': webapp_file => 'bugzilla/webapp_bugzilla.conf', -- cgit v1.2.1