summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/webdir.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/webdir.pp b/manifests/vhost/webdir.pp
index 857c8e6..ca3b2b6 100644
--- a/manifests/vhost/webdir.pp
+++ b/manifests/vhost/webdir.pp
@@ -20,7 +20,7 @@ define apache::vhost::webdir(
default => "${path}"
}
- if ($run_mode =~ /^(static\-|proxy\-)?itk$/) and ($mode == '0640'){
+ if (($run_mode =~ /^(static\-|proxy\-)?itk$/) or $run_mode == 'fcgid') and ($mode == '0640'){
$real_mode = 0644
} else {
$real_mode = $mode