crowdsec/test/ansible/vagrant/debian-11-bullseye/Vagrantfile
mmetc a19748ae35
Rename directory "tests" to "test" (#2094)
If you use a ./test/local directory, you need to create it again:
$ make clean bats-build bats-fixture
2023-03-03 15:54:49 +01:00

9 lines
165 B
Ruby

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'debian/bullseye64'
end
common = '../common'
load common if File.exist?(common)