[arvados] updated: 2.5.0-125-g284f37a08
git repository hosting
git at public.arvados.org
Tue Feb 14 15:37:31 UTC 2023
Summary of changes:
.../config_examples/multi_host/aws/states/ssl_key_encrypted.sls | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 284f37a08fcdff15012b9f731000c57c1d7c56f1 (commit)
from df5588faa32a61d40968cf5c0ef50bdfb36985e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 284f37a08fcdff15012b9f731000c57c1d7c56f1
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Feb 14 12:37:03 2023 -0300
20035: Fixes systemd unit Exec* value quoting.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls b/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
index 63c515c91..9941e4d64 100644
--- a/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
@@ -52,8 +52,8 @@ extra_ssl_key_encrypted_password_retrieval_service_unit:
# WARNING: the script below assumes that RuntimeDirectory only holds one
# path value, won't work with multiple paths.
RuntimeDirectory=arvados
- ExecStartPre={{ ('/usr/bin/mkfifo --mode=0600 %t/arvados/' ~ ssl_key_encrypted.privkey_password_filename) | yaml_dquote }}
- ExecStart={{ ('/bin/bash ' ~ ssl_key_encrypted.privkey_password_script) | yaml_dquote }}
+ ExecStartPre=/usr/bin/mkfifo --mode=0600 {{ ('%t/arvados/' ~ ssl_key_encrypted.privkey_password_filename) | yaml_dquote }}
+ ExecStart=/bin/bash {{ ssl_key_encrypted.privkey_password_script | yaml_dquote }}
[Install]
WantedBy=multi-user.target
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list