summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_varieties.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-07 13:54:21 +0000
committermh <mh@immerda.ch>2009-03-07 13:54:21 +0000
commit79324cbd554d61eb9f349fe0946a56e62e7ab99a (patch)
treefff81f35c8efcd202b1674abf37b50525a744a58 /manifests/defines/vhost_varieties.pp
parentdcb4c705390503654c7f331d7c37295e302cb6f5 (diff)
fixed missing renaming
Diffstat (limited to 'manifests/defines/vhost_varieties.pp')
-rw-r--r--manifests/defines/vhost_varieties.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index 55b4ab0..942f28e 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -172,8 +172,8 @@ define apache::vhost::php::joomla(
$run_uid = 'absent',
$run_gid = 'absent',
$allow_override = 'None',
- $upload_tmp_dir = 'absent',
- $session_save_path = 'absent',
+ $php_upload_tmp_dir = 'absent',
+ $php_session_save_path = 'absent',
$do_includes = false,
$options = 'absent',
$additional_options = 'absent',