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 35842dc..c93e6cf 100644
--- a/manifests/vhost/modperl.pp
+++ b/manifests/vhost/modperl.pp
@@ -83,7 +83,6 @@ define apache::vhost::modperl(
mode => $documentroot_mode;
}
- $passing_extension = 'pl'
if $ensure != 'absent' {
case $run_mode {
'proxy-itk','static-itk': {
@@ -146,6 +145,7 @@ define apache::vhost::modperl(
mod_security_relevantonly => $mod_security_relevantonly,
mod_security_rules_to_disable => $mod_security_rules_to_disable,
mod_security_additional_options => $mod_security_additional_options,
+ passing_extension => 'pl'
}
}