summaryrefslogtreecommitdiff
path: root/manifests/vhost/phpdirs.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-09-03 10:40:09 +0200
committermh <mh@immerda.ch>2010-09-03 10:40:09 +0200
commitd2ddd4ae9ad70552e77acaeacfca82d4f1d45edd (patch)
tree961f8b3b9e2377778798258ca5849145751efa30 /manifests/vhost/phpdirs.pp
parentab7b8230d40c31cf995e51c4b43ded2c524122e0 (diff)
fix php dir modes for new itk modes
Diffstat (limited to 'manifests/vhost/phpdirs.pp')
-rw-r--r--manifests/vhost/phpdirs.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/phpdirs.pp b/manifests/vhost/phpdirs.pp
index 24413d0..cdd6cc4 100644
--- a/manifests/vhost/phpdirs.pp
+++ b/manifests/vhost/phpdirs.pp
@@ -38,7 +38,7 @@ define apache::vhost::phpdirs(
file{[$real_php_upload_tmp_dir, $real_php_session_save_path ]:
ensure => directory,
owner => $run_mode ? {
- 'itk' => $run_uid,
+ 'itk','static-itk','proxy-itk' => $run_uid,
default => $documentroot_owner
},
group => $documentroot_group, mode => $documentroot_mode;