summaryrefslogtreecommitdiff
path: root/manifests/vhost/template.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-06-16 14:20:48 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-06-16 14:20:48 +0200
commite7e1bd007f4ac5ac324192d6e35da72ee4d6626b (patch)
tree18d129dad614f5c91d91eb466a9515aa2f727840 /manifests/vhost/template.pp
parent4e97d1e5a61f111beecaa9bc7e366d7ff567a5ef (diff)
introduce usage of mod_macro
Diffstat (limited to 'manifests/vhost/template.pp')
-rw-r--r--manifests/vhost/template.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index 84e7f33..b8a5c4c 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -39,6 +39,7 @@ define apache::vhost::template(
$template_mode = 'static',
$ssl_mode = false,
$mod_security = true,
+ $use_mod_macro = false,
$htpasswd_file = 'absent',
$htpasswd_path = 'absent',
$ldap_auth = false,
@@ -109,6 +110,7 @@ define apache::vhost::template(
do_includes => $do_includes,
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
+ use_mod_macro => $use_mod_macro,
}
}