You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2021/08/10 09:17:08 UTC

[incubator-datalab] branch DATALAB-2409 updated: [DATALAB-2409] - configure mongo fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new c646975  [DATALAB-2409] - configure mongo fixed
c646975 is described below

commit c6469756926edada65d205b8bdd2eb316c989d53
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Aug 10 12:16:51 2021 +0300

    [DATALAB-2409] - configure mongo fixed
---
 infrastructure-provisioning/src/ssn/scripts/configure_mongo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
index f78dfc3..9724733 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
@@ -26,7 +26,7 @@ import json
 import subprocess
 import time
 import yaml
-from datalab.fab import *
+#from datalab.fab import *
 from pymongo import MongoClient
 
 path = "/etc/mongod.conf"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org