aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-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"
}