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 a78170b [DLAB-1594]: added for test
a78170b is described below
commit a78170b6f22d009ac17b3fb9275feb1b1b9793ae
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Aug 4 19:58:42 2020 +0300
[DLAB-1594]: added for test
---
infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index 0bb30b2..4880f72 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -244,6 +244,8 @@ if __name__ == "__main__":
if os.environ['conf_letsencrypt_enabled'] == 'true':
print("Configuring letsencrypt certificates.")
+ modules = dir()
+ print(modules)
install_certbot(os.environ['conf_os_family'], 'ssn')
if 'conf_letsencrypt_email' in os.environ:
run_certbot(os.environ['conf_letsencrypt_domain_name'], 'ssn',
os.environ['conf_letsencrypt_email'])
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]