aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-29 22:48:30 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-29 22:48:30 +0000
commitd3a6d1f78b6336d6167574738b9fc946df1e3259 (patch)
tree598e03089d60abbddf2682f595d9586f665e86f6
parentfe90d8bf012932b23fe77ccdf4d6524e16ed26b2 (diff)
downloadpuppet-d3a6d1f78b6336d6167574738b9fc946df1e3259.tar
puppet-d3a6d1f78b6336d6167574738b9fc946df1e3259.tar.gz
puppet-d3a6d1f78b6336d6167574738b9fc946df1e3259.tar.bz2
puppet-d3a6d1f78b6336d6167574738b9fc946df1e3259.tar.xz
puppet-d3a6d1f78b6336d6167574738b9fc946df1e3259.zip
Disable media.cfg generation for Mageia 1 & 2
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 2dcc1566..67ff15cc 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -450,6 +450,7 @@ class mga_buildsystem::config {
'1' => {
'arch' => $std_arch,
+ 'no_media_cfg_update' => true,
'medias' => $std_medias,
'base_media' => $std_base_media,
'branch' => 'Official',
@@ -476,6 +477,7 @@ class mga_buildsystem::config {
'2' => {
'arch' => $std_arch,
+ 'no_media_cfg_update' => true,
'medias' => $std_medias,
'base_media' => $std_base_media,
'branch' => 'Official',