diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index b3f5d63216b22f59795a2b5f658798fb790cb15e..edd5ab7906843e0d7b360c9bcd1873e213390429 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