aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 22:46:57 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 22:46:57 +0000
commit1bf4cfab2e28783ebea05e15e88b0769ca7b0f03 (patch)
tree4a23ebd378a3b5d50d8fbdc493a4b91b4742108e /modules/buildsystem/manifests/mainnode.pp
parent0e5170eb47e8b6886574099e1c5507cc2053c073 (diff)
downloadpuppet-1bf4cfab2e28783ebea05e15e88b0769ca7b0f03.tar
puppet-1bf4cfab2e28783ebea05e15e88b0769ca7b0f03.tar.gz
puppet-1bf4cfab2e28783ebea05e15e88b0769ca7b0f03.tar.bz2
puppet-1bf4cfab2e28783ebea05e15e88b0769ca7b0f03.tar.xz
puppet-1bf4cfab2e28783ebea05e15e88b0769ca7b0f03.zip
install the binary in scheduler and gatherer class, not in main node
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index fac95039..26755d96 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -21,11 +21,6 @@ class buildsystem::mainnode {
ssh::auth::server { [$sched_login, $build_login]: }
- # FIXME Add again task-bs-cluster-main when it will require
- # mgarepo instead of repsys
- $package_list = ['iurt']
- package { $package_list: }
-
$mirror_root = '/distrib/mirror'
apache::vhost_other_app { "repository.$::domain":
vhost_file => 'buildsystem/vhost_repository.conf',