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/002222.html | 107 +++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002222.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002222.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002222.html b/zarb-ml/mageia-sysadm/2011-January/002222.html new file mode 100644 index 000000000..39b865580 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002222.html @@ -0,0 +1,107 @@ + + + + [Mageia-sysadm] [846] add mirrormageia class + + + + + + + + + +

[Mageia-sysadm] [846] add mirrormageia class

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 19:34:00 CET 2011 +

+
+ +
Revision: 846
+Author:   boklm
+Date:     2011-01-18 19:34:00 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+add mirrormageia class
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+    puppet/modules/mirror/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2011-01-18 18:25:58 UTC (rev 845)
++++ puppet/manifests/nodes.pp	2011-01-18 18:34:00 UTC (rev 846)
+@@ -149,4 +149,5 @@
+     include access_classes::iso_makers
+     include openssh::ssh_keys_from_ldap
+     include mirror::mirrorbootstrap
++    include mirror::mirrormageia
+ }
+
+Modified: puppet/modules/mirror/manifests/init.pp
+===================================================================
+--- puppet/modules/mirror/manifests/init.pp	2011-01-18 18:25:58 UTC (rev 845)
++++ puppet/modules/mirror/manifests/init.pp	2011-01-18 18:34:00 UTC (rev 846)
+@@ -81,4 +81,11 @@
+ 	    localdir => '/distrib/bootstrap',
+ 	}
+     }
++
++    class mirrormageia inherits base {
++    	mirrordir { "mageia":
++	    remoteurl => 'rsync://valstar.mageia.org/mageia',
++	    localdir => '/distrib/mageia',
++	}
++    }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/e3f0ae41/attachment-0001.html>
+
+ + + + + + + + + + + + +
+

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