mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
4 lines
77 B
Ruby
4 lines
77 B
Ruby
Vagrant.configure("2") do |config|
|
|
config.vm.box = "generic/freebsd11"
|
|
end
|