From bcda278c2ab74795857cf9bcb9184268e8a28923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 17 Apr 2017 01:23:20 +0200 Subject: Allow to not use Location directive in apache ( but keep past use by default) --- modules/bugzilla/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/bugzilla/manifests/init.pp') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 3e36fb42..373187d7 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -61,6 +61,7 @@ class bugzilla { use_ssl => true, location => $vhost_root, vhost => $bugs_vhost, + enable_location => false, } git::snapshot { $bugzilla_location: -- cgit v1.2.1