mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 22:40:54 +02:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
Vagrant.configure("2") do |config|
|
|
config.vm.box = "generic/oracle8"
|
|
end
|
|
|
|
common = '../Vagrantfile.common'
|
|
load common if File.exists?(common)
|