From e7e1bd007f4ac5ac324192d6e35da72ee4d6626b Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 16 Jun 2009 14:20:48 +0200 Subject: introduce usage of mod_macro --- manifests/vhost.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/vhost.pp') diff --git a/manifests/vhost.pp b/manifests/vhost.pp index 0c7bf7a..cef7fc0 100644 --- a/manifests/vhost.pp +++ b/manifests/vhost.pp @@ -35,6 +35,7 @@ define apache::vhost( $htpasswd_file = 'absent', $htpasswd_path = 'absent', $mod_security = true, + $use_mod_macro = false, $ldap_auth = false, $ldap_user = 'any' ) { @@ -48,6 +49,7 @@ define apache::vhost( do_includes => $do_includes, htpasswd_file => $htpasswd_file, htpasswd_path => $htpasswd_path, + use_mod_macro => $use_mod_macro, } } 'template': { @@ -79,6 +81,7 @@ define apache::vhost( ldap_auth => $ldap_auth, ldap_user => $ldap_user, mod_security => $mod_security, + use_mod_macro => $use_mod_macro, } } default: { fail("no such vhost_mode: $vhost_mode defined for $name.") } -- cgit v1.2.3