aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/gatherer.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/gatherer.pp')
-rw-r--r--modules/buildsystem/manifests/gatherer.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/gatherer.pp b/modules/buildsystem/manifests/gatherer.pp
new file mode 100644
index 00000000..eebfd97e
--- /dev/null
+++ b/modules/buildsystem/manifests/gatherer.pp
@@ -0,0 +1,5 @@
+class buildsystem::gatherer {
+ # emi is in main iurt rpm, should be moved out
+ include iurt::packages
+ include iurt::upload
+}