summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index a9e0dbe..324a96a 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -58,7 +58,10 @@ define apache::vhost::template(
$ldap_user = 'any'
){
if $mod_security {
- include mod_security
+ case $run_mode {
+ 'itk': { include mod_security::itk }
+ default: { include mod_security }
+ }
}
$real_path = $path ? {