summaryrefslogtreecommitdiff
path: root/manifests/vhost/webdir.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-17 23:40:03 +0200
committermh <mh@immerda.ch>2010-08-17 23:40:03 +0200
commit12f2139146fddbc7ca81ecb1cc0c84e5a31e3b62 (patch)
tree16256ec0cd054e8a395a26a5c8d84b196e107234 /manifests/vhost/webdir.pp
parent5f8c23126ae41d9213e964a3c056020fc33479ae (diff)
all itk modes need the userdir set to 755
Diffstat (limited to 'manifests/vhost/webdir.pp')
-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 4fa9003..857c8e6 100644
--- a/manifests/vhost/webdir.pp
+++ b/manifests/vhost/webdir.pp
@@ -20,7 +20,7 @@ define apache::vhost::webdir(
default => "${path}"
}
- if ($run_mode == 'itk') and ($mode == '0640'){
+ if ($run_mode =~ /^(static\-|proxy\-)?itk$/) and ($mode == '0640'){
$real_mode = 0644
} else {
$real_mode = $mode