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