ClickHouse/utils/ci/vagrant-freebsd/Vagrantfile

4 lines
77 B
Ruby

Vagrant.configure("2") do |config|
config.vm.box = "generic/freebsd11"
end