mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 23:03:56 +02:00
7 lines
196 B
Ruby
7 lines
196 B
Ruby
Vagrant.configure("2") do |config|
|
|
# the official boxes only supports virtualbox
|
|
config.vm.box = "generic/ubuntu1804"
|
|
end
|
|
|
|
common = '../Vagrantfile.common'
|
|
load common if File.exists?(common)
|