aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:08 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:05:08 +0000
commit6622804070b891d186433ac35e8bdc86b57ae58d (patch)
tree5194eac87e8d72c0ad8340489f3a63b0dd3058bb
parent4eb559d5ffedcaf108102c1ff5895a22c23b4fce (diff)
downloadpuppet-6622804070b891d186433ac35e8bdc86b57ae58d.tar
puppet-6622804070b891d186433ac35e8bdc86b57ae58d.tar.gz
puppet-6622804070b891d186433ac35e8bdc86b57ae58d.tar.bz2
puppet-6622804070b891d186433ac35e8bdc86b57ae58d.tar.xz
puppet-6622804070b891d186433ac35e8bdc86b57ae58d.zip
buildsystem::var::distros: add parameters description
-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
) { }