mirror of https://github.com/MISP/misp-vagrant
Merge pull request #2 from defendable-hanspetter/defendable-hanspetter-patch-1
Upgrade to Ubuntu 20.04pull/15/head
commit
e8d364ebdd
|
@ -13,7 +13,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
|
||||
# Every Vagrant virtual environment requires a box to build off of.
|
||||
# config.vm.box = "ubuntu/artful64"
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.box = "ubuntu/jammy64"
|
||||
config.vm.provision :shell, path: "bootstrap.sh", args: MISP_ENV.to_s
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
|
@ -45,7 +45,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
# the path on the guest to mount the folder. And the optional third
|
||||
# argument is a set of non-required options.
|
||||
disabled = true
|
||||
vm_name = "MISP - Ubuntu 18.04"
|
||||
vm_name = "MISP - Ubuntu 20.04"
|
||||
if MISP_ENV.to_s == "dev"
|
||||
disabled = false
|
||||
vm_name.concat(" - DEV")
|
||||
|
|
Loading…
Reference in New Issue