From 5fc26dc04d384d4d6fd687efc9c1b82cdbbb7602 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 31 Jul 2018 06:39:58 +0200 Subject: [PATCH] Add ssl to metadata.ftp-master.d.o --- .../templates/static-mirroring/vhost/static-vhosts-simple.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index fe78e49bb..75b4451b1 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -213,7 +213,7 @@ vhost(lines, "cdbuilder-logs.debian.org" , :ssl => true) vhost(lines, "bits.debian.org" , :ssl => true, :extra => true) vhost(lines, "micronews.debian.org" , :ssl => true) -vhost(lines, "metadata.ftp-master.debian.org", :extra => true) +vhost(lines, "metadata.ftp-master.debian.org", :ssl => true, :ssl_optional => true, :extra => true) vhost(lines, "10years.debconf.org" , :ssl => true) vhost(lines, "debconf0.debconf.org" , :ssl => true) -- 2.20.1