aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-11-23 00:30:27 +0100
committerOlivier Blin <dev@blino.org>2015-11-30 01:32:43 +0100
commit0315b541506e365f96f2bf4bc4620fbfd333b80a (patch)
treeb5635558c723bf7a818b8573d102ab4617cd1a68 /modules/buildsystem/manifests/mainnode.pp
parentcd3a41f82d8ee36aaa0716ab2f7c400b89b5b901 (diff)
downloadpuppet-0315b541506e365f96f2bf4bc4620fbfd333b80a.tar
puppet-0315b541506e365f96f2bf4bc4620fbfd333b80a.tar.gz
puppet-0315b541506e365f96f2bf4bc4620fbfd333b80a.tar.bz2
puppet-0315b541506e365f96f2bf4bc4620fbfd333b80a.tar.xz
puppet-0315b541506e365f96f2bf4bc4620fbfd333b80a.zip
buildsystem: stop using include in DSL files to avoid error on Mageia 5topic/mageia5
include is not support from DSL files in puppet 3.6 Note: DSL support is deprecated in 3.x and completely removed in 4.x
Diffstat (limited to 'modules/buildsystem/manifests/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index 0dd37486..01de764f 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -1,5 +1,7 @@
class buildsystem::mainnode {
include buildsystem::var::repository
+ include buildsystem::var::scheduler
+ include buildsystem::var::distros
include buildsystem::iurt::user
include buildsystem::scheduler
include buildsystem::gatherer