aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-17 01:23:20 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-17 01:23:20 +0200
commitbcda278c2ab74795857cf9bcb9184268e8a28923 (patch)
tree133434d17974f1b713846cde5f70cadbc030d5ac /modules/bugzilla/manifests/init.pp
parent906ceed124713a5457c81235bb6ad423ba81d8a1 (diff)
downloadpuppet-bcda278c2ab74795857cf9bcb9184268e8a28923.tar
puppet-bcda278c2ab74795857cf9bcb9184268e8a28923.tar.gz
puppet-bcda278c2ab74795857cf9bcb9184268e8a28923.tar.bz2
puppet-bcda278c2ab74795857cf9bcb9184268e8a28923.tar.xz
puppet-bcda278c2ab74795857cf9bcb9184268e8a28923.zip
Allow to not use Location directive in apache ( but keep past use by default)
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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: