From 07f26fe452bbb61200b27261cb864b9a4c60a718 Mon Sep 17 00:00:00 2001 From: Anastasios Selalmazidis Date: Mon, 20 Feb 2017 09:39:10 +0200 Subject: [PATCH] Update Vagrantfile Use X11 forwarding --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 988194d..25e96e7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -125,5 +125,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # chef.validation_client_name = "ORGNAME-validator" + # use graphical programs + config.ssh.forward_x11 = true + config.vm.provision "shell", path: "bootstrap.sh" end