aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/repoctl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/repoctl.pp')
-rw-r--r--modules/buildsystem/manifests/repoctl.pp8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/buildsystem/manifests/repoctl.pp b/modules/buildsystem/manifests/repoctl.pp
index 8483b59b..21b4fd96 100644
--- a/modules/buildsystem/manifests/repoctl.pp
+++ b/modules/buildsystem/manifests/repoctl.pp
@@ -1,11 +1,5 @@
class buildsystem::repoctl {
- include buildsystem::config
-
- $distroreleases = [$buildsystem::config::dev_distros,
- $buildsystem::config::stable_distros]
- $distrosections = $buildsystem::config::distrosections
- $sectionsrepos = $buildsystem::config::sectionsrepos
- $arches = $buildsystem::config::architectures
+ include buildsystem::var::distros
package{ 'repoctl': }