crowdsec/test/ansible/vagrant/opensuse-leap-15/Vagrantfile
2024-11-13 14:15:01 +00:00

10 lines
229 B
Ruby

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = "opensuse/Leap-15.6.x86_64"
config.vm.provision "shell", inline: <<-SHELL
SHELL
end
common = '../common'
load common if File.exist?(common)