diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 09:22:33 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-31 09:22:33 +0000 |
commit | ebdad53512ac5e5356c072e8819631ef03893e9f (patch) | |
tree | 085339ed51e6e53ae1b9b6dbb36198c96d299217 /modules/buildsystem/manifests/var | |
parent | f3d0be6bd085bbd9d73b6721610532437a622aa4 (diff) | |
download | puppet-ebdad53512ac5e5356c072e8819631ef03893e9f.tar puppet-ebdad53512ac5e5356c072e8819631ef03893e9f.tar.gz puppet-ebdad53512ac5e5356c072e8819631ef03893e9f.tar.bz2 puppet-ebdad53512ac5e5356c072e8819631ef03893e9f.tar.xz puppet-ebdad53512ac5e5356c072e8819631ef03893e9f.zip |
buildsystem::distros: add 'no_mirror' option
For distributions that are not mirrored (like infra_*).
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r-- | modules/buildsystem/manifests/var/distros.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp index f97ad8b2..bef77c08 100644 --- a/modules/buildsystem/manifests/var/distros.pp +++ b/modules/buildsystem/manifests/var/distros.pp @@ -71,6 +71,9 @@ # }, # # set this if you want iurt to use bootstrap URL # 'iurt_use_bootstrap' => true, +# # set this if the distro is not mirrored. This is used to add +# # an Alias in the vhost. +# 'no_mirror' => true, # # list of IP or hostnames allowed to access this distro on the # # repository. If you don't want to filter allowed IPs, don't set # # this value |