diff options
-rw-r--r-- | manifests/vhost/template.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp index b0b2e8d..bba3437 100644 --- a/manifests/vhost/template.pp +++ b/manifests/vhost/template.pp @@ -56,7 +56,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 ? { |