crowdsec/tests/ansible/vagrant/debian-11-bullseye/Vagrantfile

7 lines
147 B
Ruby

common = '../Vagrantfile.common'
load common if File.exists?(common)
Vagrant.configure("2") do |config|
config.vm.box = "debian/bullseye64"
end