diff options
| author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 | 
|---|---|---|
| committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 | 
| commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
| tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2011-January/002245.html | |
| parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
| download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip  | |
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002245.html')
| -rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002245.html | 99 | 
1 files changed, 99 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002245.html b/zarb-ml/mageia-sysadm/2011-January/002245.html new file mode 100644 index 000000000..77275a27e --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002245.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> +   <TITLE> [Mageia-sysadm] [857] use service name rather than hostname +   </TITLE> +   <LINK REL="Index" HREF="index.html" > +   <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B857%5D%20use%20service%20name%20rather%20than%20hostname&In-Reply-To=%3C20110119160840.4718042A4A%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="002243.html"> +   <LINK REL="Next"  HREF="002247.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-sysadm] [857] use service name rather than hostname</H1> +    <B>root at mageia.org</B>  +    <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B857%5D%20use%20service%20name%20rather%20than%20hostname&In-Reply-To=%3C20110119160840.4718042A4A%40valstar.mageia.org%3E" +       TITLE="[Mageia-sysadm] [857] use service name rather than hostname">root at mageia.org +       </A><BR> +    <I>Wed Jan 19 17:08:40 CET 2011</I> +    <P><UL> +        <LI>Previous message: <A HREF="002243.html">[Mageia-sysadm] [856] now support 'new post' or 'modification of last post' to prevent bad notification mails +</A></li> +        <LI>Next message: <A HREF="002247.html">[Mageia-sysadm] [857] use service name rather than hostname +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#2245">[ date ]</a> +              <a href="thread.html#2245">[ thread ]</a> +              <a href="subject.html#2245">[ subject ]</a> +              <a href="author.html#2245">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>Revision: 857 +Author:   misc +Date:     2011-01-19 17:08:39 +0100 (Wed, 19 Jan 2011) +Log Message: +----------- +use service name rather than hostname + +Modified Paths: +-------------- +    puppet/modules/mirror/manifests/init.pp + +Modified: puppet/modules/mirror/manifests/init.pp +=================================================================== +--- puppet/modules/mirror/manifests/init.pp	2011-01-19 01:30:40 UTC (rev 856) ++++ puppet/modules/mirror/manifests/init.pp	2011-01-19 16:08:39 UTC (rev 857) +@@ -77,14 +77,14 @@ +  +     class mirrorbootstrap inherits base { +     	mirrordir { "bootstrap": +-	    remoteurl => '<A HREF="rsync://valstar.mageia.org/bootstrap">rsync://valstar.mageia.org/bootstrap</A>', ++	    remoteurl => '<A HREF="rsync://rsync.mageia.org/bootstrap">rsync://rsync.mageia.org/bootstrap</A>', + 	    localdir => '/distrib/bootstrap', + 	} +     } +  +     class mirrormageia inherits base { +     	mirrordir { "mageia": +-	    remoteurl => '<A HREF="rsync://valstar.mageia.org/mageia">rsync://valstar.mageia.org/mageia</A>', ++	    remoteurl => '<A HREF="rsync://rsync.mageia.org/mageia">rsync://rsync.mageia.org/mageia</A>', + 	    localdir => '/distrib/mageia', + 	} +     } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110119/2fc3bd5b/attachment.html> +</PRE> + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="002243.html">[Mageia-sysadm] [856] now support 'new post' or 'modification of last post' to prevent bad notification mails +</A></li> +	<LI>Next message: <A HREF="002247.html">[Mageia-sysadm] [857] use service name rather than hostname +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#2245">[ date ]</a> +              <a href="thread.html#2245">[ thread ]</a> +              <a href="subject.html#2245">[ subject ]</a> +              <a href="author.html#2245">[ 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>  | 
