diff options
Diffstat (limited to 'modules/iurt/manifests/init.pp')
-rw-r--r-- | modules/iurt/manifests/init.pp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/iurt/manifests/init.pp b/modules/iurt/manifests/init.pp deleted file mode 100644 index 366e100f..00000000 --- a/modules/iurt/manifests/init.pp +++ /dev/null @@ -1,20 +0,0 @@ -class iurt { - - # 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; - } - - file { '/home/buildbot/.iurt.cauldron.conf': - ensure => present, - owner => buildbot, - group => buildbot, - mode => 644, - content => template("iurt/iurt.cauldron.conf") - } - -} - |