From b53b31d62a51286ebe44f153290c384611c3be09 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 19 Aug 2009 19:45:39 +0200 Subject: if we use mod_security we should include the module, so it gets installed --- manifests/vhost/template.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/vhost') 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", -- cgit v1.2.3