switch default mirror to https://deb.debian.org/debian
[mirror/dsa-puppet.git] / modules / schroot / templates / default-mirror.erb
index 48d680f..ab8772f 100644 (file)
@@ -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
 %>