aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-03-23 21:46:44 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2017-03-23 21:46:44 +0100
commit677b23090b81f2dd4fff2f1647991975abb10e8b (patch)
treeb48de807778138b7291ed1f781fa1557caa11877 /modules/bugzilla-dev
parent63bc0b0245d5df721cbfb8f79054ad93d139fcbc (diff)
downloadpuppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar
puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.gz
puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.bz2
puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.xz
puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.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 169f55ed..a872e510 100755
--- a/modules/bugzilla-dev/templates/localconfig
+++ b/modules/bugzilla-dev/templates/localconfig
@@ -46,7 +46,7 @@ $db_driver = 'pg';
$db_host = 'pgsql.<%= domain %>';
# The name of the database
-$db_name = 'bugs';
+$db_name = 'bugs-dev';
# Who we connect to the database as.
$db_user = 'bugs';