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

9 lines
248 B
Ruby
Raw Normal View History

common = '../Vagrantfile.common'
load common if File.exists?(common)
Vagrant.configure("2") do |config|
# the official boxes seem to have issues with journalctl
# config.vm.box = "fedora/33-cloud-base"
config.vm.box = "generic/fedora33"
end