aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mgarepo.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-05-27 17:44:40 +0000
committerThomas Backlund <tmb@mageia.org>2012-05-27 17:44:40 +0000
commit1f22ceb00c64a376d75c1e71c565cad236c9c9fa (patch)
tree4acbbea13f07ee9e99e7c378892359633aa31833 /modules/buildsystem/manifests/mgarepo.pp
parent2f228a54d0e9c22a0b98c9f50cfc6b16d90120a1 (diff)
downloadpuppet-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/mgarepo.pp')
-rw-r--r--modules/buildsystem/manifests/mgarepo.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/mgarepo.pp b/modules/buildsystem/manifests/mgarepo.pp
index 86eaedd7..4520d49a 100644
--- a/modules/buildsystem/manifests/mgarepo.pp
+++ b/modules/buildsystem/manifests/mgarepo.pp
@@ -43,6 +43,11 @@ class buildsystem::mgarepo {
'nonfree' => ['release','updates_testing','backports_testing','backports','updates'],
'tainted' => ['release','updates_testing','backports_testing','backports','updates'],
},
+ '2' => {
+ 'core' => ['release','updates_testing','backports_testing','backports','updates'],
+ 'nonfree' => ['release','updates_testing','backports_testing','backports','updates'],
+ 'tainted' => ['release','updates_testing','backports_testing','backports','updates'],
+ },
'infra_1' => {
'infra' => ['release']
},