From 255c868d79be6b2725570a70c51ce9e54e9313bd Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 23 May 2013 15:05:56 +0000 Subject: buildsystem: don't hardcode distros in vhost_repository.conf Use buildsystem::var::distros settings in vhost_repository.conf template. The URLs for the infra_1 and infra_2 repositories have been changed, and will need to be updated in urpmi configuration on servers using those repositories. The old URLs were : - http://repository.mageia.org/distrib/infra_1/ - http://repository.mageia.org/distrib/infra_2/ The new URLs are now : - http://repository.mageia.org/bootstrap/infra_1/ - http://repository.mageia.org/bootstrap/infra_2/ --- modules/buildsystem/manifests/var/distros.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp index 87f78e19..ddd8ffc1 100644 --- a/modules/buildsystem/manifests/var/distros.pp +++ b/modules/buildsystem/manifests/var/distros.pp @@ -39,7 +39,11 @@ # 'distsuffix' => '.mga', # 'distribution' => 'Mageia', # 'vendor' => 'Mageia.Org', -# } +# }, +# # 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 +# 'repo_allow_from' => [ '127.0.0.1', '10.0.0.1', '.mageia.org' ], # }, # } class buildsystem::var::distros( -- cgit v1.2.1