crowdsec/tests/ansible/vagrant/centos-7/Vagrantfile

7 lines
138 B
Ruby
Raw Normal View History

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