mirror of https://github.com/MISP/misp-vagrant
Uses a minimal Ubuntu 17.10 server.
parent
3f02814622
commit
af50e16809
|
@ -12,7 +12,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
# please see the online documentation at vagrantup.com.
|
# please see the online documentation at vagrantup.com.
|
||||||
|
|
||||||
# Every Vagrant virtual environment requires a box to build off of.
|
# Every Vagrant virtual environment requires a box to build off of.
|
||||||
config.vm.box = "ubuntu/artful64"
|
#config.vm.box = "ubuntu/artful64"
|
||||||
|
config.vm.box = "fso/artful64"
|
||||||
config.vm.provision :shell, path: "bootstrap.sh", args: "#{MISP_ENV}"
|
config.vm.provision :shell, path: "bootstrap.sh", args: "#{MISP_ENV}"
|
||||||
|
|
||||||
# Disable automatic box update checking. If you disable this, then
|
# Disable automatic box update checking. If you disable this, then
|
||||||
|
|
Loading…
Reference in New Issue