aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-29 22:05:25 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-29 22:05:25 +0000
commitf28bf7c0ee4036d8ac77ea67e0878b0463dc316d (patch)
tree860ada7c1c0e17bf29971d167578752164367cf8 /modules/buildsystem/manifests/var
parent630824f1137eec2b42291952ad00739239a17121 (diff)
downloadpuppet-f28bf7c0ee4036d8ac77ea67e0878b0463dc316d.tar
puppet-f28bf7c0ee4036d8ac77ea67e0878b0463dc316d.tar.gz
puppet-f28bf7c0ee4036d8ac77ea67e0878b0463dc316d.tar.bz2
puppet-f28bf7c0ee4036d8ac77ea67e0878b0463dc316d.tar.xz
puppet-f28bf7c0ee4036d8ac77ea67e0878b0463dc316d.zip
Fix medias order in media.cfg
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r--modules/buildsystem/manifests/var/distros.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index 4d884de9..e1079e40 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -17,13 +17,17 @@
# 'release' => {
# 'media_type' => [ 'release' ],
# 'noauto' => '1',
+# # the 'release' repo should be listed first in media.cfg
+# 'order' => 0,
# },
# # the 'updates' repo
-# 'release' => {
+# 'updates' => {
# 'media_type' => [ 'updates' ],
# 'noauto' => '1',
# # the 'updates' repo requires the 'release' repo
# 'requires' => [ 'release' ],
+# # the 'updates' repo should be listed after 'release' in media.cfg
+# 'order' => 1,
# },
# },
# # media_type for media.cfg
@@ -31,6 +35,8 @@
# # if noauto is set to '1' either in medias or repos,
# # the option will be added to media.cfg
# 'noauto' => '1',
+# # list 'core' first in media.cfg
+# 'order' => 0,
# },
# # the 'non-free' media
# 'non-free' => {
@@ -40,6 +46,8 @@
# 'media_type' => [ 'official', 'non-free' ],
# # the 'non-free' media requires the 'core' media
# 'requires' => [ 'core' ],
+# # list 'non-free' second
+# 'order' => 1,
# }
# },
# # the list of media used by iurt to build the chroots