From 1c257b4fe3d712d167433bdc75df44fc01895fa8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 30 Oct 2024 19:32:42 -0700 Subject: Ensure Bugzilla mining directory has the right mode --- modules/bugzilla/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index fdba14de..5da26c07 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -83,7 +83,8 @@ class bugzilla { require => Git::Snapshot[$bugzilla_location], } - file { "$bugzilla_location/data": + file { ["$bugzilla_location/data", + "$bugzilla_location/data/mining"]: ensure => directory, owner => 'apache', group => 'apache', -- cgit v1.2.1