summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/phpdirs.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/vhost/phpdirs.pp b/manifests/vhost/phpdirs.pp
index cdd6cc4..acd423a 100644
--- a/manifests/vhost/phpdirs.pp
+++ b/manifests/vhost/phpdirs.pp
@@ -38,7 +38,9 @@ define apache::vhost::phpdirs(
file{[$real_php_upload_tmp_dir, $real_php_session_save_path ]:
ensure => directory,
owner => $run_mode ? {
- 'itk','static-itk','proxy-itk' => $run_uid,
+ 'itk' => $run_uid,
+ 'static-itk' => $run_uid,
+ 'proxy-itk' => $run_uid,
default => $documentroot_owner
},
group => $documentroot_group, mode => $documentroot_mode;