aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-11-02 21:02:04 +0000
committerThomas Backlund <tmb@mageia.org>2013-11-02 21:02:04 +0000
commit4f6dde62c17ebf6158fb208b8b13f6cbd58e6505 (patch)
tree58c31351885aeddf2a3bbda2db37844aecd6fad0 /deployment
parent2d096df28cef0f9cd07c0c947d253ae42330a109 (diff)
downloadpuppet-4f6dde62c17ebf6158fb208b8b13f6cbd58e6505.tar
puppet-4f6dde62c17ebf6158fb208b8b13f6cbd58e6505.tar.gz
puppet-4f6dde62c17ebf6158fb208b8b13f6cbd58e6505.tar.bz2
puppet-4f6dde62c17ebf6158fb208b8b13f6cbd58e6505.tar.xz
puppet-4f6dde62c17ebf6158fb208b8b13f6cbd58e6505.zip
disable cauldron media.cfg rewriting until it is fixed to properly sort the media lists (mga #10773)
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 5c8d0f9e..2a1e8033 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -428,6 +428,7 @@ class mga_buildsystem::config {
distros => {
'cauldron' => {
'arch' => $std_arch,
+ 'no_media_cfg_update' => true,
'medias' => $std_medias,
'base_media' => $std_base_media,
'branch' => 'Devel',