From 12f2139146fddbc7ca81ecb1cc0c84e5a31e3b62 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 17 Aug 2010 23:40:03 +0200 Subject: all itk modes need the userdir set to 755 --- manifests/vhost/webdir.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.3