crowdsec/tests/ansible/vagrant/ubuntu-16.04-xenial/Vagrantfile

8 lines
196 B
Ruby
Raw Normal View History

Vagrant.configure("2") do |config|
# the official boxes only supports virtualbox
config.vm.box = "generic/ubuntu1604"
end
2022-08-04 09:25:34 +00:00
common = '../Vagrantfile.common'
load common if File.exists?(common)