diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:44:32 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:44:32 +0200 |
commit | 25a0eb07fcb7b299a3b642678f292b0bf881eff6 (patch) | |
tree | 1b192cf3d83bd9fe92c05e36d977bf057ff592fa /modules/bugzilla-dev | |
parent | 77de7d42b1e07df0b638d8d838760721abbfbf6a (diff) | |
download | puppet-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-x | modules/bugzilla-dev/templates/params | 6 |
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, |