#3764 dev/Vagrantfile url Vagrantfile_box_update
Closed 5 years ago by lenkaseg. Opened 5 years ago by lenkaseg.
Unknown source Vagrantfile_box_update  into  master

file modified
+2 -2
@@ -4,8 +4,8 @@

  VAGRANTFILE_API_VERSION = "2"

  

  Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

-  config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-Vagrant-27-1.6.x86_64.vagrant-libvirt.box"

-  config.vm.box = "f27-cloud-libvirt"

+  config.vm.box_url = "http://ftp.cica.es/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-28-1.1.x86_64.vagrant-libvirt.box"

+  config.vm.box = "f28-cloud-libvirt"

  

  

   # Forward traffic on the host to the development server on the guest

Ugrade to fedora 28.
Fixes #3610

OK, I was wondering that it would not be solved already :) I didn't see any link from the issue.

Pull-Request has been closed by lenkaseg

5 years ago