mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 15:24:25 +02:00
8 lines
248 B
Ruby
8 lines
248 B
Ruby
Vagrant.configure("2") do |config|
|
|
# the official boxes seem to have issues with journalctl
|
|
# config.vm.box = "fedora/35-cloud-base"
|
|
config.vm.box = "generic/fedora35"
|
|
end
|
|
|
|
common = '../Vagrantfile.common'
|
|
load common if File.exists?(common)
|