From 21016c205888351751a2178964f576edb04c28eb Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 21 Aug 2015 00:50:23 +0000 Subject: [PATCH] bodhi2: change the file_url used in the updateinfo to https --- roles/bodhi2/base/templates/production.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 9ff85065ef..168f2e4eae 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -107,7 +107,7 @@ comps_url = git://git.fedorahosted.org/comps.git ## ## Mirror settings ## -file_url = http://download.fedoraproject.org/pub/fedora/linux/updates +file_url = https://download.fedoraproject.org/pub/fedora/linux/updates master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml fedora_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml fedora_epel_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/%s/%s/repodata/repomd.xml