aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/gatherer.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 22:48:11 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 22:48:11 +0000
commit9260583c1667e4bc3fda5f2d808779dd1528a6b8 (patch)
treee59db73bd79812f82c9bd86f53714d11dadde81b /modules/buildsystem/manifests/gatherer.pp
parent1d20c44d422aa8c6dea577eca256c857f985190c (diff)
downloadpuppet-9260583c1667e4bc3fda5f2d808779dd1528a6b8.tar
puppet-9260583c1667e4bc3fda5f2d808779dd1528a6b8.tar.gz
puppet-9260583c1667e4bc3fda5f2d808779dd1528a6b8.tar.bz2
puppet-9260583c1667e4bc3fda5f2d808779dd1528a6b8.tar.xz
puppet-9260583c1667e4bc3fda5f2d808779dd1528a6b8.zip
fix submodule name
Diffstat (limited to 'modules/buildsystem/manifests/gatherer.pp')
-rw-r--r--modules/buildsystem/manifests/gatherer.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/gatherer.pp b/modules/buildsystem/manifests/gatherer.pp
index e0a18222..eebfd97e 100644
--- a/modules/buildsystem/manifests/gatherer.pp
+++ b/modules/buildsystem/manifests/gatherer.pp
@@ -1,5 +1,5 @@
class buildsystem::gatherer {
# emi is in main iurt rpm, should be moved out
- include iurt::package
+ include iurt::packages
include iurt::upload
}