mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
8 lines
163 B
Ruby
8 lines
163 B
Ruby
# frozen_string_literal: true
|
|
|
|
Vagrant.configure('2') do |config|
|
|
config.vm.box = 'generic/oracle7'
|
|
end
|
|
|
|
common = '../common'
|
|
load common if File.exist?(common)
|