crowdsec/test/ansible/vagrant/fedora-37/Vagrantfile

10 lines
213 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'generic/fedora37'
config.vm.provision 'shell', path: 'bootstrap'
end
common = '../common'
load common if File.exist?(common)