aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-12 13:55:26 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-02-12 13:55:26 +0000
commitacf6307fb311c862bf06f0f4688e9dc16ce41b81 (patch)
tree8ee014b62e6926015bd6f815ebe31e024489f686 /modules/bugzilla/templates
parenta6ec88d37deb06ecc7807f488adf2ccb41b81ba7 (diff)
downloadpuppet-acf6307fb311c862bf06f0f4688e9dc16ce41b81.tar
puppet-acf6307fb311c862bf06f0f4688e9dc16ce41b81.tar.gz
puppet-acf6307fb311c862bf06f0f4688e9dc16ce41b81.tar.bz2
puppet-acf6307fb311c862bf06f0f4688e9dc16ce41b81.tar.xz
puppet-acf6307fb311c862bf06f0f4688e9dc16ce41b81.zip
Enable ssl may not work right now
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r--modules/bugzilla/templates/params4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 652c8368..fea097a8 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -83,8 +83,8 @@
'smtp_username' => '',
'smtpserver' => 'localhost',
'specific_search_allow_empty_words' => 1,
- 'ssl_redirect' => 0,
- 'sslbase' => '',
+ 'ssl_redirect' => 1,
+ 'sslbase' => 'https://bugs.<%= domain %>/',
'strict_isolation' => 0,
'timetrackinggroup' => '',
'upgrade_notification' => 'latest_stable_release',