aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-06 14:02:37 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-06 14:02:37 +0200
commita8228510a02f09ce681ef37fed14ae6c767af0a3 (patch)
tree900b9b56db046cc1d8969f9d0c1242b047f3d161 /modules/bugzilla-dev
parentbc936ef575e9f7131592895a3c5074478d9fc24a (diff)
downloadpuppet-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')
-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 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';