You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/08/04 16:11:28 UTC

[incubator-dlab] branch DLAB-1594-2 updated: [DLAB-1594]: added import

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

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


The following commit(s) were added to refs/heads/DLAB-1594-2 by this push:
     new a3cf743  [DLAB-1594]: added import
a3cf743 is described below

commit a3cf743afbc872046a32fd8810dd60726393ae06
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Aug 4 19:11:15 2020 +0300

    [DLAB-1594]: added import
---
 infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
index 0c62005..daa6339 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
@@ -26,6 +26,9 @@ import sys
 from fabric.api import *
 from fabric.contrib.files import exists
 from dlab.common_lib import manage_pkg
+from dlab.common_lib import install_certbot
+from dlab.common_lib import run_certbot
+from dlab.common_lib import configure_nginx_LE
 
 
 def configure_http_proxy_server(config):


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