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

omartushevskyi pushed a commit to branch DLAB-515
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-515 by this push:
     new 01c8213  [DLAB-515]: fixed issue with Ubuntu version change
01c8213 is described below

commit 01c821324f8821c8a48cdec1eb46864635108804
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Mar 26 14:13:12 2020 +0200

    [DLAB-515]: fixed issue with Ubuntu version change
---
 infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py 
b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
index 9acfa16..94802da 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
@@ -165,7 +165,7 @@ def ensure_mongo():
             sudo('ver=`lsb_release -cs`; echo "deb [ arch=amd64,arm64 ] 
https://repo.mongodb.org/apt/ubuntu '
                  '$ver/mongodb-org/4.2 multiverse" | sudo tee 
/etc/apt/sources.list.d/mongodb-org-4.2.list; '
                  'apt-get update')
-            manage_pkg('-y ', 'remote', 'mongodb-org')
+            manage_pkg('-y install', 'remote', 'mongodb-org')
             sudo('systemctl enable mongod.service')
             sudo('touch ' + os.environ['ssn_dlab_path'] + 'tmp/mongo_ensured')
     except Exception as err:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to