From 5ec141dfbf218dd9b2f2611d788db98f74e65073 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 27 Mar 2013 20:25:29 +0100 Subject: provide an easy way to workaround scope issues in templates in puppet 3 --- manifests/vhost/template.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') 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, -- cgit v1.2.3