aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:26 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:26 +0000
commit64099eaa3dd3b6d42f30355f4ae11abdbe1e280f (patch)
tree464110ac3313cab1372b30b30135383bc31b0d29 /modules/buildsystem/manifests/mainnode.pp
parente14cedea84900b8de3e16dcb96abbd27d590085b (diff)
downloadpuppet-64099eaa3dd3b6d42f30355f4ae11abdbe1e280f.tar
puppet-64099eaa3dd3b6d42f30355f4ae11abdbe1e280f.tar.gz
puppet-64099eaa3dd3b6d42f30355f4ae11abdbe1e280f.tar.bz2
puppet-64099eaa3dd3b6d42f30355f4ae11abdbe1e280f.tar.xz
puppet-64099eaa3dd3b6d42f30355f4ae11abdbe1e280f.zip
Add buildsystem::distros
Create distributions trees.
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index 08f4d1f2..96e8cc0d 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -7,6 +7,7 @@ class buildsystem::mainnode {
include buildsystem::signbot
include buildsystem::youri_submit
include buildsystem::sshkeys
+ include buildsystem::distros
ssh::auth::client { $buildsystem::var::scheduler::login: }