summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost')
-rw-r--r--manifests/vhost/template.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index d6881b0..8ce6484 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -46,6 +46,10 @@ define apache::vhost::template(
$ldap_auth = false,
$ldap_user = 'any'
){
+ if $mod_security {
+ include mod_security
+ }
+
$real_path = $path ? {
'absent' => $operatingsystem ? {
openbsd => "/var/www/htdocs/$name",