diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-27 17:44:40 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-27 17:44:40 +0000 |
commit | 1f22ceb00c64a376d75c1e71c565cad236c9c9fa (patch) | |
tree | 4acbbea13f07ee9e99e7c378892359633aa31833 /modules/buildsystem/manifests/config.pp | |
parent | 2f228a54d0e9c22a0b98c9f50cfc6b16d90120a1 (diff) | |
download | puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.gz puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.bz2 puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.xz puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.zip |
buildsystem: add support for mga 2
Diffstat (limited to 'modules/buildsystem/manifests/config.pp')
-rw-r--r-- | modules/buildsystem/manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/config.pp b/modules/buildsystem/manifests/config.pp index 0fa25279..b038da21 100644 --- a/modules/buildsystem/manifests/config.pp +++ b/modules/buildsystem/manifests/config.pp @@ -1,7 +1,7 @@ class buildsystem::config( architectures = ['i586', 'x86_64'], dev_distros = ['cauldron'], - stable_distros = ['1'], + stable_distros = ['1', '2'], distrosections = ['core', 'nonfree', 'tainted'], sectionsrepos = ['release', 'updates', 'updates_testing', 'backports', 'backports_testing'] |