From 992f060d183f4ad87fd5316847d8ab4cc758ffa2 Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Mon, 14 Sep 2015 15:48:15 +1000 Subject: [PATCH] Link the git repo to the default location for discourse --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index c3e3a28..3dc50f7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,6 +20,8 @@ Vagrant.configure(2) do |config| apt-get -y remove --purge puppet juju apt-get -y autoremove --purge wget -qO- https://get.docker.com/ | sh + + ln -s /vagrant /var/discourse EOF if ENV["http_proxy"] -- 2.25.1