diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-29 22:48:28 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-29 22:48:28 +0000 |
commit | fe90d8bf012932b23fe77ccdf4d6524e16ed26b2 (patch) | |
tree | 7077cbdf1db052c16424567d1fbc3282ac58e201 /modules/buildsystem/manifests/var | |
parent | f28bf7c0ee4036d8ac77ea67e0878b0463dc316d (diff) | |
download | puppet-fe90d8bf012932b23fe77ccdf4d6524e16ed26b2.tar puppet-fe90d8bf012932b23fe77ccdf4d6524e16ed26b2.tar.gz puppet-fe90d8bf012932b23fe77ccdf4d6524e16ed26b2.tar.bz2 puppet-fe90d8bf012932b23fe77ccdf4d6524e16ed26b2.tar.xz puppet-fe90d8bf012932b23fe77ccdf4d6524e16ed26b2.zip |
buildsystem: Add option 'no_media_cfg_update'
Option to disable generation of media.cfg for a distro.
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r-- | modules/buildsystem/manifests/var/distros.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp index e1079e40..7bb16cfb 100644 --- a/modules/buildsystem/manifests/var/distros.pp +++ b/modules/buildsystem/manifests/var/distros.pp @@ -9,6 +9,8 @@ # 'cauldron' => { # # list of arch supported by 'cauldron' # 'arch' => [ 'i586', 'x86_64' ], +# # Set this if you don't want media.cfg to be generated +# 'no_media_cfg_update' => true, # 'medias' => { # # the 'core' media # 'core' => { |