[Mageia-sysadm] [221] - do not hardcode the domainname ( for reusability )

root at mageia.org root at mageia.org
Wed Nov 10 01:54:29 CET 2010


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:
--------------
    puppet/modules/bugzilla/templates/localconfig

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';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101110/8539eb7b/attachment.html>


More information about the Mageia-sysadm mailing list