diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-05-30 05:44:24 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-05-30 05:44:24 +0000 |
commit | 74100016adbac43531769ce94419fc9fb1affcae (patch) | |
tree | ab09d34a8db68a01921910d573718fbaa2345bb8 | |
parent | d3a6d1f78b6336d6167574738b9fc946df1e3259 (diff) | |
download | puppet-74100016adbac43531769ce94419fc9fb1affcae.tar puppet-74100016adbac43531769ce94419fc9fb1affcae.tar.gz puppet-74100016adbac43531769ce94419fc9fb1affcae.tar.bz2 puppet-74100016adbac43531769ce94419fc9fb1affcae.tar.xz puppet-74100016adbac43531769ce94419fc9fb1affcae.zip |
lock down mga3 media.cfg too
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 67ff15cc..0f5ebbfd 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -504,6 +504,7 @@ class mga_buildsystem::config { '3' => { 'arch' => $std_arch, + 'no_media_cfg_update' => true, 'medias' => $std_medias, 'base_media' => $std_base_media, 'branch' => 'Official', |