From ebdad53512ac5e5356c072e8819631ef03893e9f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 31 May 2013 09:22:33 +0000 Subject: buildsystem::distros: add 'no_mirror' option For distributions that are not mirrored (like infra_*). --- modules/buildsystem/manifests/var/distros.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/buildsystem/manifests/var') 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 -- cgit v1.2.1