crowdsec/tests/ansible/vagrant/fedora-34/Vagrantfile

9 lines
248 B
Ruby
Raw Normal View History

Vagrant.configure("2") do |config|
# the official boxes seem to have issues with journalctl
# config.vm.box = "fedora/34-cloud-base"
config.vm.box = "generic/fedora34"
end
2022-08-04 09:25:34 +00:00
common = '../Vagrantfile.common'
load common if File.exists?(common)