crowdsec/tests/ansible/vagrant/freebsd-13/Vagrantfile

9 lines
165 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'generic/freebsd13'
end
2022-08-04 09:25:34 +00:00
common = '../common'
load common if File.exist?(common)