Skip to content

Commit

Permalink
[vagrant] Update box to Fedora 28
Browse files Browse the repository at this point in the history
  • Loading branch information
msimacek committed May 3, 2018
1 parent 50e96f3 commit a348cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -2,8 +2,8 @@
# vi: set ft=ruby :

Vagrant.configure(2) do |config|
config.vm.box = "fedora-27"
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 = "fedora-28"
config.vm.box_url = "http://download.eng.brq.redhat.com/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-28-1.1.x86_64.vagrant-libvirt.box"
config.vm.network "forwarded_port", guest: 80, host: 5000
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.synced_folder ".", "/vagrant", type: "sshfs"
Expand Down

0 comments on commit a348cfa

Please sign in to comment.