[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