aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/distros.pp
blob: 58f63417f0cee4125b89d3b9b8b72cc0d42108e7 (plain)
1
2
3
4
5
6
7
8
9
10
# $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
#     - base_media: a list of medias that will be used by iurt to build
#       the chroots
class buildsystem::var::distros(
    $distros
) { }