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