summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-03-15 23:42:29 +0000
committermh <mh@immerda.ch>2009-03-15 23:42:29 +0000
commita6c579894ac6ead66ce0ac21cb67ead11675349c (patch)
treed18314f0ad4bcceb19365ec619d6f746adfa3b8f /manifests
parentfa6a382622c75a28ce46086c8eadc129c8a4fb7e (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_varieties.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index b9ccb7b..a1c85e9 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -586,11 +586,11 @@ define apache::vhost::php::webapp(
domainalias => $domainalias,
path => $path,
template_mode => $template_mode,
- $owner = $owner,
- $group = $group,
- $documentroot_owner = $documentroot_owner,
- $documentroot_group = $documentroot_group,
- $documentroot_mode = $documentroot_mode,
+ owner => $owner,
+ group => $group,
+ documentroot_owner => $documentroot_owner,
+ documentroot_group => $documentroot_group,
+ documentroot_mode => $documentroot_mode,
run_mode => $run_mode,
run_uid => $run_uid,
run_gid => $run_gid,