crowdsec/tests/ansible/vagrant/freebsd-12/Vagrantfile

7 lines
147 B
Ruby
Raw Normal View History

common = '../Vagrantfile.common'
load common if File.exists?(common)
Vagrant.configure("2") do |config|
config.vm.box = "generic/freebsd12"
end