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/000135.html | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000135.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000135.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000135.html b/zarb-ml/mageia-sysadm/2010-November/000135.html new file mode 100644 index 000000000..1c4e8e0e3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000135.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [70] install task-bs-cluster-chroot and iurt on build nodes (common class) + + + + + + + + + +

[Mageia-sysadm] [70] install task-bs-cluster-chroot and iurt on build nodes (common class)

+ root at mageia.org + root at mageia.org +
+ Mon Nov 1 12:23:02 CET 2010 +

+
+ +
Revision: 70
+Author:   blino
+Date:     2010-11-01 12:23:02 +0100 (Mon, 01 Nov 2010)
+Log Message:
+-----------
+install task-bs-cluster-chroot and iurt on build nodes (common class)
+
+Modified Paths:
+--------------
+    puppet/manifests/common.pp
+
+Modified: puppet/manifests/common.pp
+===================================================================
+--- puppet/manifests/common.pp	2010-11-01 11:22:21 UTC (rev 69)
++++ puppet/manifests/common.pp	2010-11-01 11:23:02 UTC (rev 70)
+@@ -73,3 +73,14 @@
+     include ntp
+     include postfix::simple_relay
+ }
++
++class default_mageia_buildnode {
++    # build node common settings
++
++    # we could have the following skip list to use less space:
++    # '/(drakx-installer-binaries|drakx-installer-advertising|gfxboot|drakx-installer-stage2|mandriva-theme)/'
++    $package_list = ['task-bs-cluster-chroot', 'iurt']
++    package { $package_list:
++        ensure => installed;
++    }
++}
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101101/2ba46366/attachment.html>
+
+ + + + + + + +
+

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