summaryrefslogtreecommitdiff
path: root/manifests/vhost/modperl.pp
diff options
context:
space:
mode:
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'],