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/2011-January/002354.html | 101 +++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002354.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002354.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002354.html b/zarb-ml/mageia-sysadm/2011-January/002354.html new file mode 100644 index 000000000..d1ac9ab90 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002354.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] [871] do not hardcode our domain name + + + + + + + + + +

[Mageia-sysadm] [871] do not hardcode our domain name

+ root at mageia.org + root at mageia.org +
+ Fri Jan 21 15:10:23 CET 2011 +

+
+ +
Revision: 871
+Author:   misc
+Date:     2011-01-21 15:10:22 +0100 (Fri, 21 Jan 2011)
+Log Message:
+-----------
+do not hardcode our domain name
+
+Modified Paths:
+--------------
+    puppet/modules/mirror/manifests/init.pp
+
+Modified: puppet/modules/mirror/manifests/init.pp
+===================================================================
+--- puppet/modules/mirror/manifests/init.pp	2011-01-21 11:20:39 UTC (rev 870)
++++ puppet/modules/mirror/manifests/init.pp	2011-01-21 14:10:22 UTC (rev 871)
+@@ -77,14 +77,14 @@
+ 
+     class mirrorbootstrap inherits base {
+     	mirrordir { "bootstrap":
+-	    remoteurl => 'rsync://rsync.mageia.org/bootstrap',
++	    remoteurl => "rsync://rsync.$domain.org/bootstrap",
+ 	    localdir => '/distrib/bootstrap',
+ 	}
+     }
+ 
+     class mirrormageia inherits base {
+     	mirrordir { "mageia":
+-	    remoteurl => 'rsync://rsync.mageia.org/mageia',
++	    remoteurl => "rsync://rsync.$domain/mageia",
+ 	    localdir => '/distrib/mageia',
+ 	}
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110121/223d240d/attachment.html>
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1