diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh
index bf59fb8ed43584c58dbcc493e8f1fe83200b3969..0a250a1a3ccbf6a0522feddcfbdaeee86ae0f534 100644
--- a/etc/vagrant/bootstrap.sh
+++ b/etc/vagrant/bootstrap.sh
@@ -49,7 +49,7 @@ INSTALL_POSTGIS=true
 INSTALL_POSTGRES=true
 INSTALL_POSTGRES_ADMIN=true
 INSTALL_PROJECT_CANIGET2=false # installs caniget2 sample project
-INSTALL_PROJECT_PSIPROBE=true
+INSTALL_PROJECT_PSIPROBE=false
 
 ############################
 # Ext. argument handling   #
@@ -330,7 +330,7 @@ fn_import_data()
 	fi
 
 	if [ ! -f $DEPLOY_DIR/$OSM_FILE_FILTERED ]; then
-		echo "  - downloading OpenStreetMap file"
+		echo "  - downloading OpenStreetMap file (no cached file found)"
 		OSM_FILENAME=$DOWNLOAD_DIR/${OSM_FILE##*/}
 		fn_download_newer $OSM_FILENAME $OSM_DOWNLOAD_MIRROR/$OSM_FILE