aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 08:47:52 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 08:47:52 +0200
commitb5bb120d39dd5399c23385f07c38dacbab7a8243 (patch)
tree0822d7d951a7d73dab228b4c8c4e2702a7ca1552 /modules/bugzilla-dev
parentb730205c95826e4e80657c8102624b816fbae367 (diff)
downloadpuppet-b5bb120d39dd5399c23385f07c38dacbab7a8243.tar
puppet-b5bb120d39dd5399c23385f07c38dacbab7a8243.tar.gz
puppet-b5bb120d39dd5399c23385f07c38dacbab7a8243.tar.bz2
puppet-b5bb120d39dd5399c23385f07c38dacbab7a8243.tar.xz
puppet-b5bb120d39dd5399c23385f07c38dacbab7a8243.zip
Fix database name
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/templates/localconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/templates/localconfig b/modules/bugzilla-dev/templates/localconfig
index 3fb874dc..4aa6b68b 100755
--- a/modules/bugzilla-dev/templates/localconfig
+++ b/modules/bugzilla-dev/templates/localconfig
@@ -46,7 +46,7 @@ $db_driver = 'pg';
$db_host = 'pg.<%= domain %>';
# The name of the database
-$db_name = 'bugs-dev';
+$db_name = 'bugs';
# Who we connect to the database as.
$db_user = 'bugs';