From d36e328d3b80fb5c4615fb740e8b7a3cecf09dba Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 17:05:40 -0300 Subject: Adds allow_override param into apache::site --- manifests/site.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/site.pp') diff --git a/manifests/site.pp b/manifests/site.pp index 19f7783..8bb878c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -30,7 +30,8 @@ define apache::site( $canonical = false, $canonical_exceptions = '', $hidden_service = false, - $custom_directives = false + $custom_directives = false, + $allow_override = false ) { $vhost = $filename ? { -- cgit v1.2.3