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 13:56:41 UTC

[incubator-dlab] branch DLAB-1594-2 updated: [DLAB-1594]: removed unnecessary whitespace

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 5f201e2  [DLAB-1594]: removed unnecessary whitespace
5f201e2 is described below

commit 5f201e27b328d11707dae1f5eed466c0cd1b8b60
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Aug 4 16:56:27 2020 +0300

    [DLAB-1594]: removed unnecessary whitespace
---
 infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index eafb2a3..af6d5a3 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -166,7 +166,7 @@ def find_replace_line(file_path, searched_str, replacement_line):
 
 def configure_nginx_LE(domain_name):
     try:
-        server_name_line ='     server_name  ssn.{};'.format(domain_name)
+        server_name_line ='    server_name  ssn.{};'.format(domain_name)
         cert_path_line = '    ssl_certificate  /etc/letsencrypt/live/ssn.{}/fullchain.pem;'.format(domain_name)
         cert_key_line = '    ssl_certificate_key /etc/letsencrypt/live/ssn.{}/privkey.pem;'.format(domain_name)
         certbot_service = 'ExecStart = /usr/bin/certbot -q renew --pre-hook "service nginx stop" --post-hook "service nginx start"'


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