summaryrefslogtreecommitdiff
path: root/manifests/vhost/modperl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 22:59:53 +0200
committermh <mh@immerda.ch>2011-10-08 22:59:53 +0200
commit4546a44ce8269bfeaea50920fcfabe6089ded144 (patch)
treef5fa138c67fa6fd5f3a3b4c2697c8f9fd19e3137 /manifests/vhost/modperl.pp
parentc610223e886a41f56b4fbd1f570968e55260e642 (diff)
type is a metaparam
Diffstat (limited to 'manifests/vhost/modperl.pp')
-rw-r--r--manifests/vhost/modperl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/modperl.pp b/manifests/vhost/modperl.pp
index 795df6b..4f5dff7 100644
--- a/manifests/vhost/modperl.pp
+++ b/manifests/vhost/modperl.pp
@@ -94,7 +94,7 @@ define apache::vhost::modperl(
# we don't need mod_perl if we run it as fcgid
include ::mod_perl::disable
mod_fcgid::starter {$name:
- type => 'perl',
+ cgi_type => 'perl',
owner => $run_uid,
group => $run_gid,
notify => Service['apache'],