From: Peter Palfrader Date: Wed, 23 Jan 2019 12:03:40 +0000 (+0100) Subject: switch default mirror to https://deb.debian.org/debian X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8f359d52bbf98e4b69c408e72aa26407ecbfc6bb;p=mirror%2Fdsa-puppet.git switch default mirror to https://deb.debian.org/debian --- 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 %>