From 4649a8cdd6929351af4d8b8ab1c3c773752f9f2c Mon Sep 17 00:00:00 2001 From: Shubham Minglani Date: Sat, 18 Nov 2017 22:26:57 +0530 Subject: [PATCH] fix download link for fedora libvirt vagrant box Fedora 23 releases have been moved from dl.fedoraproject.org/pub/fedora/linux/releases/23/ to archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/ This commit changes the URL to point to the newer location --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 532211d0f5..8743a6f34a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -71,7 +71,7 @@ $kube_provider_boxes = { :libvirt => { 'fedora' => { :box_name => 'kube-fedora23', - :box_url => 'https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-libvirt.box' + :box_url => 'https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-23-20151030.x86_64.vagrant-libvirt.box' } }, :vmware_desktop => {