aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/distros.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/var/distros.pp')
-rw-r--r--modules/buildsystem/manifests/var/distros.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index 41c6df40..58f63417 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -3,6 +3,8 @@
# distribution name. Each distribution is itself an hash containing
# the following keys:
# - medias: an hash containing the different medias / repositories
+# - base_media: a list of medias that will be used by iurt to build
+# the chroots
class buildsystem::var::distros(
$distros
) { }