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.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index cd53abfd..41c6df40 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -1,3 +1,8 @@
+# $distros:
+# a hash variable containing distributions informations indexed by
+# distribution name. Each distribution is itself an hash containing
+# the following keys:
+# - medias: an hash containing the different medias / repositories
class buildsystem::var::distros(
$distros
) { }