aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-01-07 15:10:20 +0000
committerPascal Terjan <pterjan@mageia.org>2011-01-07 15:10:20 +0000
commitcadd536bfdce71c1547f87ddd3fdc6deeab6faaa (patch)
treefd07e56b61eea915ba961d23b7010936709df954 /modules
parent061012dd2a193206fc4e78621595da7f0eec5cad (diff)
downloadpuppet-cadd536bfdce71c1547f87ddd3fdc6deeab6faaa.tar
puppet-cadd536bfdce71c1547f87ddd3fdc6deeab6faaa.tar.gz
puppet-cadd536bfdce71c1547f87ddd3fdc6deeab6faaa.tar.bz2
puppet-cadd536bfdce71c1547f87ddd3fdc6deeab6faaa.tar.xz
puppet-cadd536bfdce71c1547f87ddd3fdc6deeab6faaa.zip
Allow task-bs-cluster-main to be removed for now until it get fixed
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 68a91ebb..08d52fa1 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -24,7 +24,8 @@ class buildsystem {
ssh::auth::server { $sched_login: }
ssh::auth::server { $build_login: }
- $package_list = ['task-bs-cluster-main', 'iurt']
+ # FIXME Add again task-bs-cluster-main when it will require mgarepo instead of repsys
+ $package_list = ['iurt']
package { $package_list:
ensure => "installed"
}