From 8f359d52bbf98e4b69c408e72aa26407ecbfc6bb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 23 Jan 2019 13:03:40 +0100 Subject: [PATCH] switch default mirror to https://deb.debian.org/debian --- modules/schroot/templates/default-mirror.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/schroot/templates/default-mirror.erb b/modules/schroot/templates/default-mirror.erb index 48d680f0e..ab8772f74 100644 --- a/modules/schroot/templates/default-mirror.erb +++ b/modules/schroot/templates/default-mirror.erb @@ -3,6 +3,6 @@ ninfo = scope.lookupvar('site::nodeinfo') if ninfo['hoster'].has_key?('mirror-debian') then ninfo['hoster']['mirror-debian'] else - 'http://ftp.debian.org/debian' + 'https://deb.debian.org/debian' end %> -- 2.20.1