crowdsec/test/ansible/vagrant/ubuntu-24-04-noble/Vagrantfile
Manuel Sabban 95bc5880f4
update vagrant image for fc39, fc40 and ubuntu24.04 (#3042)
* update test distribution
* add skip file to avoid mysql tests
* add ubuntu 24.04
2024-05-31 15:56:13 +02:00

10 lines
226 B
Ruby

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