crowdsec/tests/ansible/vagrant/ubuntu-18.04-bionic/Vagrantfile
2022-08-04 11:25:34 +02:00

7 lines
196 B
Ruby

Vagrant.configure("2") do |config|
# the official boxes only supports virtualbox
config.vm.box = "generic/ubuntu1804"
end
common = '../Vagrantfile.common'
load common if File.exists?(common)