aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/distros.pp
blob: d815b18a6410a8045b316bb27880e95e9db24765 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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
#     - arch: list of arch supported by this distro
class buildsystem::var::distros(
    $distros
) { }