From bfc1ffec89b4839e3fa693282f2b0005f0e39e7f Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Mon, 1 Nov 2021 14:57:21 +0100 Subject: [PATCH] Vagrantfile: Fix for os x --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 5460d18..3141237 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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.