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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 8d584a7  fixed typo
8d584a7 is described below

commit 8d584a76d2eec4daef99ff1bdca35a756da49119
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Nov 4 20:07:26 2019 +0200

    fixed typo
---
 infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py | 2 +-
 infrastructure-provisioning/src/general/lib/os/redhat/edge_lib.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 d3a272d..f53b1dd 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/edge_lib.py
@@ -74,7 +74,7 @@ def install_nginx_ldap(edge_ip, nginx_version, ldap_ip, 
ldap_dn, ldap_ou, ldap_s
                                                                                
  os.environ['conf_stepcerts_ca_url']))
                 sudo('echo "{0}" > /home/{1}/keys/provisioner_password'.format(
                      os.environ['conf_stepcerts_kid_password'], user))
-                sans = "--san localhost --san 127.0.0.1 --san 
{0}".format(step_cert_sans)
+                sans = "--san localhost --san 127.0.0.1 
{0}".format(step_cert_sans)
                 cn = edge_ip
                 sudo('step ca token {3} --kid {0} --ca-url "{1}" --root 
/home/{2}/keys/root_ca.crt '
                      '--password-file /home/{2}/keys/provisioner_password {4} 
--output-file /tmp/step_token'.format(
diff --git a/infrastructure-provisioning/src/general/lib/os/redhat/edge_lib.py 
b/infrastructure-provisioning/src/general/lib/os/redhat/edge_lib.py
index f9fc26e..122d0e1 100644
--- a/infrastructure-provisioning/src/general/lib/os/redhat/edge_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/redhat/edge_lib.py
@@ -80,7 +80,7 @@ def install_nginx_ldap(edge_ip, nginx_version, ldap_ip, 
ldap_dn, ldap_ou, ldap_s
                                                                                
  os.environ['conf_stepcerts_ca_url']))
                 sudo('echo "{0}" > /home/{1}/keys/provisioner_password'.format(
                      os.environ['conf_stepcerts_kid_password'], user))
-                sans = "--san localhost --san 127.0.0.1 --san 
{0}".format(step_cert_sans)
+                sans = "--san localhost --san 127.0.0.1 
{0}".format(step_cert_sans)
                 cn = edge_ip
                 sudo('step ca token {3} --kid {0} --ca-url "{1}" --root 
/home/{2}/keys/root_ca.crt '
                      '--password-file /home/{2}/keys/provisioner_password {4} 
--output-file /tmp/step_token'.format(


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

Reply via email to