aboutsummaryrefslogtreecommitdiffstats
path: root/modules
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
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')
-rw-r--r--modules/buildsystem/manifests/gatherer.pp3
-rw-r--r--modules/buildsystem/manifests/mainnode.pp5
-rw-r--r--modules/buildsystem/manifests/scheduler.pp3
3 files changed, 4 insertions, 7 deletions
diff --git a/modules/buildsystem/manifests/gatherer.pp b/modules/buildsystem/manifests/gatherer.pp
index 02287717..e0a18222 100644
--- a/modules/buildsystem/manifests/gatherer.pp
+++ b/modules/buildsystem/manifests/gatherer.pp
@@ -1,4 +1,5 @@
class buildsystem::gatherer {
- # that's emi
+ # emi is in main iurt rpm, should be moved out
+ include iurt::package
include iurt::upload
}
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',
diff --git a/modules/buildsystem/manifests/scheduler.pp b/modules/buildsystem/manifests/scheduler.pp
index 296c184e..1b3d32d5 100644
--- a/modules/buildsystem/manifests/scheduler.pp
+++ b/modules/buildsystem/manifests/scheduler.pp
@@ -1,4 +1,5 @@
class buildsystem::scheduler {
- # ulri
+ # until ulri is splitted from main iurt rpm
+ include iurt::package
include iurt::upload
}