16379: Removes prometheus config for keep1 & keepproxy nodes.
[arvados.git] / tools / salt-install / config_examples / multi_host / aws / pillars / nginx_websocket_configuration.sls
index 867a8e1b0fa4a0cb439d187ac18c78027344c011..36246d751de5e0a10dbd21d5892259b1f9b4b6e9 100644 (file)
@@ -59,7 +59,7 @@ nginx:
             - ssl_certificate: __CERT_PEM__
             - ssl_certificate_key: __CERT_KEY__
             {%- if ssl_key_encrypted_pillar.ssl_key_encrypted.enabled %}
-            - ssl_password_file: {{ ssl_key_encrypted_pillar.ssl_key_encrypted.ssl_password_file | yaml_dquote }}
+            - ssl_password_file: {{ '/run/arvados/' | path_join(ssl_key_encrypted_pillar.ssl_key_encrypted.privkey_password_filename) }}
             {%- endif %}
             - access_log: /var/log/nginx/ws.__CLUSTER__.__DOMAIN__.access.log combined
             - error_log: /var/log/nginx/ws.__CLUSTER__.__DOMAIN__.error.log