diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:02:37 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-06 14:02:37 +0200 |
commit | a8228510a02f09ce681ef37fed14ae6c767af0a3 (patch) | |
tree | 900b9b56db046cc1d8969f9d0c1242b047f3d161 /modules/bugzilla-dev/templates | |
parent | bc936ef575e9f7131592895a3c5074478d9fc24a (diff) | |
download | puppet-a8228510a02f09ce681ef37fed14ae6c767af0a3.tar puppet-a8228510a02f09ce681ef37fed14ae6c767af0a3.tar.gz puppet-a8228510a02f09ce681ef37fed14ae6c767af0a3.tar.bz2 puppet-a8228510a02f09ce681ef37fed14ae6c767af0a3.tar.xz puppet-a8228510a02f09ce681ef37fed14ae6c767af0a3.zip |
use new pg domain name
Diffstat (limited to 'modules/bugzilla-dev/templates')
-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 a872e510..3fb874dc 100755 --- a/modules/bugzilla-dev/templates/localconfig +++ b/modules/bugzilla-dev/templates/localconfig @@ -43,7 +43,7 @@ $use_suexec = 0; $db_driver = 'pg'; # The DNS name of the host that the database server runs on. -$db_host = 'pgsql.<%= domain %>'; +$db_host = 'pg.<%= domain %>'; # The name of the database $db_name = 'bugs-dev'; |