diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:04:59 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:04:59 +0000 |
commit | b20c4921246411a27afb95369fcf59d756f82434 (patch) | |
tree | 33fdd530a5ba91dc554119f3fce7c26b962ad3cf /modules/buildsystem/manifests/var/distros.pp | |
parent | b919b72d6572d3ee1d5d7ff77238e2a277d747dd (diff) | |
download | puppet-b20c4921246411a27afb95369fcf59d756f82434.tar puppet-b20c4921246411a27afb95369fcf59d756f82434.tar.gz puppet-b20c4921246411a27afb95369fcf59d756f82434.tar.bz2 puppet-b20c4921246411a27afb95369fcf59d756f82434.tar.xz puppet-b20c4921246411a27afb95369fcf59d756f82434.zip |
Create buildsystem::var::distros
buildsystem::var::distros will be used to store the list of
distributions and their configuration, medias, etc ... The list of
distributions and medias has been removed from buildsystem::mgarepo and
moved to mga_buildsystem::config.
Diffstat (limited to 'modules/buildsystem/manifests/var/distros.pp')
-rw-r--r-- | modules/buildsystem/manifests/var/distros.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp new file mode 100644 index 00000000..cd53abfd --- /dev/null +++ b/modules/buildsystem/manifests/var/distros.pp @@ -0,0 +1,3 @@ +class buildsystem::var::distros( + $distros +) { } |