Modified: puppet/modules/bugzilla/templates/localconfig
===================================================================
--- puppet/modules/bugzilla/templates/localconfig 2010-11-10 00:46:53 UTC (rev 220)
+++ puppet/modules/bugzilla/templates/localconfig 2010-11-10 00:54:29 UTC (rev 221)
@@ -43,7 +43,7 @@
$db_driver = 'pg';
# The DNS name of the host that the database server runs on.
-$db_host = 'pgsql.mageia.org';
+$db_host = 'pgsql.<%= domain %>';
# The name of the database
$db_name = 'bugs';