summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-03-27 20:25:29 +0100
committermh <mh@immerda.ch>2013-03-27 20:25:29 +0100
commit5ec141dfbf218dd9b2f2611d788db98f74e65073 (patch)
tree479cc12728afded4b2731c68cbd040608c9e4740 /manifests
parent2671311f38f8891d76b55c08d5ea1b2d9599ecad (diff)
provide an easy way to workaround scope issues in templates in puppet 3
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/template.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vhost/template.pp b/manifests/vhost/template.pp
index 9ee650d..55d41d9 100644
--- a/manifests/vhost/template.pp
+++ b/manifests/vhost/template.pp
@@ -63,6 +63,7 @@ define apache::vhost::template(
$run_uid = 'absent',
$run_gid = 'absent',
$template_partial = 'apache/vhosts/static/partial.erb',
+ $template_vars = {},
$ssl_mode = false,
$mod_security = true,
$mod_security_relevantonly = true,