summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-18 16:38:23 -0300
committermh <mh@immerda.ch>2012-06-18 16:38:23 -0300
commit563bd21f6fde7745c4a5bee3c614a71a5a8e3e58 (patch)
tree9e50e526627698e254173212955ce0446baebbae /manifests/vhost
parenta5be3114f8af104415205b0763e51d3ad24c33cd (diff)
this should enforced as apache
Diffstat (limited to 'manifests/vhost')
-rw-r--r--manifests/vhost/php/standard.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index bbfebc4..53fa8f9 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -244,7 +244,7 @@ define apache::vhost::php::standard(
mod_security_rules_to_disable => $mod_security_rules_to_disable,
mod_security_additional_options => $mod_security_additional_options,
use_mod_macro => $use_mod_macro,
- passing_extension => $passing_extension,
+ passing_extension => 'php',
}
}