summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/modperl.pp2
-rw-r--r--manifests/vhost/php/standard.pp2
2 files changed, 2 insertions, 2 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'],
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 5c9f64c..4b01d32 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -75,7 +75,7 @@ define apache::vhost::php::standard(
include ::mod_fcgid
include ::php::mod_fcgid
mod_fcgid::starter {$name:
- type => 'php',
+ cgi_type => 'php',
owner => $run_uid,
group => $run_gid,
notify => Service['apache'],