Revision
221
Author
misc
Date
2010-11-10 01:54:29 +0100 (Wed, 10 Nov 2010)

Log Message

- do not hardcode the domainname ( for reusability )

Modified Paths

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';