aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:44:32 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 22:44:32 +0200
commit25a0eb07fcb7b299a3b642678f292b0bf881eff6 (patch)
tree1b192cf3d83bd9fe92c05e36d977bf057ff592fa /modules/bugzilla-dev
parent77de7d42b1e07df0b638d8d838760721abbfbf6a (diff)
downloadpuppet-25a0eb07fcb7b299a3b642678f292b0bf881eff6.tar
puppet-25a0eb07fcb7b299a3b642678f292b0bf881eff6.tar.gz
puppet-25a0eb07fcb7b299a3b642678f292b0bf881eff6.tar.bz2
puppet-25a0eb07fcb7b299a3b642678f292b0bf881eff6.tar.xz
puppet-25a0eb07fcb7b299a3b642678f292b0bf881eff6.zip
Fix dev name
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/templates/params6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/bugzilla-dev/templates/params b/modules/bugzilla-dev/templates/params
index 21269924..8aae84ae 100755
--- a/modules/bugzilla-dev/templates/params
+++ b/modules/bugzilla-dev/templates/params
@@ -45,7 +45,7 @@
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',
'emailsuffix' => '',
- 'globalwatchers' => 'bugs@ml.<%= domain %>',
+ 'globalwatchers' => 'bugs-dev@ml.<%= domain %>',
'inbound_proxies' => '',
'insidergroup' => 'secteam',
'letsubmitterchoosemilestone' => 1,
@@ -88,11 +88,11 @@
'smtpserver' => 'localhost',
'specific_search_allow_empty_words' => 1,
'ssl_redirect' => 1,
- 'sslbase' => 'https://bugs.<%= domain %>/',
+ 'sslbase' => 'https://bugs-dev.<%= domain %>/',
'strict_isolation' => 0,
'timetrackinggroup' => '',
'upgrade_notification' => 'latest_stable_release',
- 'urlbase' => 'http://bugs.<%= domain %>/',
+ 'urlbase' => 'http://bugs-dev.<%= domain %>/',
'use_mailer_queue' => 0,
'use_see_also' => 1,
'usebugaliases' => 0,