aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:06:17 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:06:17 +0000
commit54480006e000fc8cf0d44df2c0f48eb5909db77b (patch)
treed6e8842138be90e19b5c3e48db91923157929b6e /deployment
parente314b28d057ad4ac91cfa2c08d59100d77907e0a (diff)
downloadpuppet-54480006e000fc8cf0d44df2c0f48eb5909db77b.tar
puppet-54480006e000fc8cf0d44df2c0f48eb5909db77b.tar.gz
puppet-54480006e000fc8cf0d44df2c0f48eb5909db77b.tar.bz2
puppet-54480006e000fc8cf0d44df2c0f48eb5909db77b.tar.xz
puppet-54480006e000fc8cf0d44df2c0f48eb5909db77b.zip
mga_buildsystem: use updates media in infra
Replace infra_*/release with infra_*/updates. The infra media is using core/updates, so we have a 'release' repository requiring an 'updates' repository. For more simplicity in media dependencies, it is replaced with an updates repository so that we have instead an 'updates' -> 'updates' medias dependency.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index e473981f..d80f9cef 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -78,8 +78,8 @@ class mga_buildsystem::config {
$infra_medias = {
'infra' => {
'repos' => {
- 'release' => {
- 'media_types' => [ 'release' ],
+ 'updates' => {
+ 'media_types' => [ 'updates' ],
},
},
'media_types' => [ 'infra' ],