crowdsec/test/ansible/vagrant/debian-10-buster/Vagrantfile

11 lines
219 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'debian/buster64'
2023-07-04 10:26:32 +00:00
config.vm.provision "shell", inline: <<-SHELL
SHELL
end
2022-08-04 09:25:34 +00:00
common = '../common'
load common if File.exist?(common)