crowdsec/test/ansible/vagrant/debian-11-bullseye/Vagrantfile
2023-07-04 12:26:32 +02:00

11 lines
221 B
Ruby

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'debian/bullseye64'
config.vm.provision "shell", inline: <<-SHELL
SHELL
end
common = '../common'
load common if File.exist?(common)