Parent Directory
|
Revision Log
|
Patch
revision 85 by misc, Wed Nov 3 10:44:22 2010 UTC | revision 86 by dmorgan, Thu Nov 4 16:34:59 2010 UTC | |
---|---|---|
# | Line 92 class default_mageia_server { | Line 92 class default_mageia_server { |
92 | include urpmi_update | include urpmi_update |
93 | } | } |
94 | ||
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; | ||
} | ||
} |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |