mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
If you use a ./test/local directory, you need to create it again: $ make clean bats-build bats-fixture
9 lines
207 B
Ruby
9 lines
207 B
Ruby
# frozen_string_literal: true
|
|
|
|
Vagrant.configure('2') do |config|
|
|
# config.vm.box = "fedora/34-cloud-base"
|
|
config.vm.box = 'generic/fedora34'
|
|
end
|
|
|
|
common = '../common'
|
|
load common if File.exist?(common)
|