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 38f6c6b  fixed typo
38f6c6b is described below

commit 38f6c6bed9d8289a73923e802c6a39b9d03a6a01
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Oct 30 18:24:30 2019 +0200

    fixed typo
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 5e7182c..6cb478b 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -137,8 +137,8 @@ def ensure_step_certs():
             conn.sudo('touch /var/log/renew_certificates.log')
             conn.sudo('bash -c \'echo "0 */3 * * * root step ca renew 
/home/{0}/keys/endpoint.crt '
                       '/home/{0}/keys/endpoint.key --exec 
"/usr/local/bin/renew_certificates.sh" --ca-url "{1}" '
-                      '--root /home/{0}/keys/root_ca.crt --force --expires-in 
8h >> /var/log/renew_certificates.log"\' '
-                      '>> /etc/crontab'.format(args.os_user, args.step_ca_url))
+                      '--root /home/{0}/keys/root_ca.crt --force --expires-in 
8h >> /var/log/renew_certificates.log" '
+                      '>> /etc/crontab \''.format(args.os_user, 
args.step_ca_url))
             conn.sudo('touch /home/{}/.ensure_dir/step_ensured'
                       .format(args.os_user))
     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