Vagrantfile: Fix for os x

This commit is contained in:
Tom Wiesing 2021-11-01 14:57:21 +01:00
parent 5ca8924308
commit bfc1ffec89
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

2
Vagrantfile vendored
View file

@ -18,6 +18,8 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
vb.memory = 4096
vb.cpus = 2
# temporary fix for Monetary - see https://github.com/hashicorp/vagrant/issues/10314
vb.gui = true
end
# tell the user where things are.