From 6622804070b891d186433ac35e8bdc86b57ae58d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 23 May 2013 15:05:08 +0000 Subject: buildsystem::var::distros: add parameters description --- modules/buildsystem/manifests/var/distros.pp | 5 +++++ 1 file changed, 5 insertions(+) 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 ) { } -- cgit v1.2.1