aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-29 20:44:29 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-29 20:44:29 +0000
commit870daca3906576f795d3cbbf54ecd5ca49c91336 (patch)
tree626f2bc1e7999270c234d4f9d4e3038d65ec4c60 /modules/buildsystem/manifests/var
parent1a526a839929e06edb4e350d4b4b4ed070bc5e6d (diff)
downloadpuppet-870daca3906576f795d3cbbf54ecd5ca49c91336.tar
puppet-870daca3906576f795d3cbbf54ecd5ca49c91336.tar.gz
puppet-870daca3906576f795d3cbbf54ecd5ca49c91336.tar.bz2
puppet-870daca3906576f795d3cbbf54ecd5ca49c91336.tar.xz
puppet-870daca3906576f795d3cbbf54ecd5ca49c91336.zip
buildsystem: media_types -> media_type (bug #10335)
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r--modules/buildsystem/manifests/var/distros.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp
index 5640d6e5..4d884de9 100644
--- a/modules/buildsystem/manifests/var/distros.pp
+++ b/modules/buildsystem/manifests/var/distros.pp
@@ -15,19 +15,19 @@
# 'repos' => {
# # the 'release' repo in the 'core' media
# 'release' => {
-# 'media_types' => [ 'release' ],
+# 'media_type' => [ 'release' ],
# 'noauto' => '1',
# },
# # the 'updates' repo
# 'release' => {
-# 'media_types' => [ 'updates' ],
+# 'media_type' => [ 'updates' ],
# 'noauto' => '1',
# # the 'updates' repo requires the 'release' repo
# 'requires' => [ 'release' ],
# },
# },
-# # media_types for media.cfg
-# 'media_types' => [ 'official', 'free' ],
+# # media_type for media.cfg
+# 'media_type' => [ 'official', 'free' ],
# # if noauto is set to '1' either in medias or repos,
# # the option will be added to media.cfg
# 'noauto' => '1',
@@ -37,7 +37,7 @@
# 'repos' => {
# ...
# },
-# 'media_types' => [ 'official', 'non-free' ],
+# 'media_type' => [ 'official', 'non-free' ],
# # the 'non-free' media requires the 'core' media
# 'requires' => [ 'core' ],
# }