aboutsummaryrefslogtreecommitdiffstats
path: root/modules/iurt/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-09 15:01:12 +0000
committerMichael Scherer <misc@mageia.org>2010-11-09 15:01:12 +0000
commite6e97d7218a4a60cc13ae9a07377b3e78c7c90ca (patch)
treee6fa8ff3ff25eadfe39aea5c57740a8250055264 /modules/iurt/manifests
parentcfcfba74901f99fc55447292b5116b1bbd6f47ce (diff)
downloadpuppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar
puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.gz
puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.bz2
puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.xz
puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.zip
- rename iurt to buildsystem
Diffstat (limited to 'modules/iurt/manifests')
-rw-r--r--modules/iurt/manifests/init.pp20
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")
- }
-
-}
-