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;
+ }
+}