diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:46:44 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:46:44 +0100 |
commit | 677b23090b81f2dd4fff2f1647991975abb10e8b (patch) | |
tree | b48de807778138b7291ed1f781fa1557caa11877 | |
parent | 63bc0b0245d5df721cbfb8f79054ad93d139fcbc (diff) | |
download | puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.gz puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.bz2 puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.tar.xz puppet-677b23090b81f2dd4fff2f1647991975abb10e8b.zip |
Fix database name
-rwxr-xr-x | modules/bugzilla-dev/templates/localconfig | 2 |
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'; |