From c5580789b5774cff1aad37fe9edfadd33098efae Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at>
Date: Mon, 18 Aug 2014 16:39:07 +0200
Subject: [PATCH] also deactivating psiprobe in local test mode (this will
 prevent tomcat from being installed... we have to check performance on
 changes here)

---
 etc/vagrant/bootstrap.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh
index b3f5d632..edd5ab79 100644
--- a/etc/vagrant/bootstrap.sh
+++ b/etc/vagrant/bootstrap.sh
@@ -55,7 +55,7 @@ INSTALL_PROJECT_PSIPROBE=true
 # Ext. argument handling   #
 ############################
 
-IS_LOCAL_TEST_DEPLOY=false # will prevent install of projects if set to true (except for PsiProbe)
+IS_LOCAL_TEST_DEPLOY=false # will prevent install of projects if set to true
 PG_DB_NAME="isochrone"
 PG_DB_USER="@db_username@"
 PG_DB_PASSWORD="@db_password@"
@@ -245,6 +245,7 @@ INSTALL_TOMCAT=false
 if $IS_LOCAL_TEST_DEPLOY; then
 	# Some projects will never be installed when in local deploy mode (like latest release/snapshot from nexus)
 	INSTALL_PROJECT_CANIGET2=false
+	INSTALL_PROJECT_PSIPROBE=false
 	INSTALL_ISOCHRONE_LOCAL=false
 	INSTALL_ISOCHRONE_RELEASE=false
 	INSTALL_ISOCHRONE_SNAPSHOT=false
-- 
GitLab