From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000429.html | 107 ++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000429.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000429.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000429.html b/zarb-ml/mageia-sysadm/2010-November/000429.html new file mode 100644 index 000000000..ff25f030f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000429.html @@ -0,0 +1,107 @@ + + + + [Mageia-sysadm] [221] - do not hardcode the domainname ( for reusability ) + + + + + + + + + +

[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
+ -- cgit v1.2.1