diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000429.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000429.html | 107 |
1 files changed, 107 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [221] - do not hardcode the domainname ( for reusability ) + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B221%5D%20-%20do%20not%20hardcode%20the%20domainname%20%28%20for%0A%09reusability%20%29&In-Reply-To=%3C20101110005429.5E4833FC19%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000428.html"> + <LINK REL="Next" HREF="000430.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [221] - do not hardcode the domainname ( for reusability )</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B221%5D%20-%20do%20not%20hardcode%20the%20domainname%20%28%20for%0A%09reusability%20%29&In-Reply-To=%3C20101110005429.5E4833FC19%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [221] - do not hardcode the domainname ( for reusability )">root at mageia.org + </A><BR> + <I>Wed Nov 10 01:54:29 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000428.html">[Mageia-sysadm] [220] add support for pkgsubmit in restricted shell +</A></li> + <LI>Next message: <A HREF="000430.html">[Mageia-sysadm] [222] - do not store password in clear in the svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#429">[ date ]</a> + <a href="thread.html#429">[ thread ]</a> + <a href="subject.html#429">[ subject ]</a> + <a href="author.html#429">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000428.html">[Mageia-sysadm] [220] add support for pkgsubmit in restricted shell +</A></li> + <LI>Next message: <A HREF="000430.html">[Mageia-sysadm] [222] - do not store password in clear in the svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#429">[ date ]</a> + <a href="thread.html#429">[ thread ]</a> + <a href="subject.html#429">[ subject ]</a> + <a href="author.html#429">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |