aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/scheduler.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/scheduler.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/scheduler.pp')
-rw-r--r--modules/buildsystem/manifests/scheduler.pp3
1 files changed, 2 insertions, 1 deletions
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
}