summaryrefslogtreecommitdiff
path: root/manifests/vhost/phpdirs.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-09-03 10:42:03 +0200
committermh <mh@immerda.ch>2010-09-03 10:42:03 +0200
commit9a8de35340c8b20e2c7c40fadd91813aa56bade3 (patch)
tree382cd5a9b1b29786fe7d49955d20aee6ef4f8085 /manifests/vhost/phpdirs.pp
parentd2ddd4ae9ad70552e77acaeacfca82d4f1d45edd (diff)
this selector doesn't work that way
Diffstat (limited to 'manifests/vhost/phpdirs.pp')
-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;