vagrant: fix openbsd shell

This commit is contained in:
Thomas Waldmann 2017-06-27 01:35:23 +02:00
parent 9975773d3d
commit 781fc638ed
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -492,6 +492,7 @@ Vagrant.configure(2) do |config|
b.vm.provider :virtualbox do |v|
v.memory = 768
end
b.ssh.shell = "sh"
b.vm.provision "packages openbsd", :type => :shell, :inline => packages_openbsd
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("openbsd64")
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg(false)