Skip to content
Snippets Groups Projects
Commit 167ce376 authored by Stefan Engel's avatar Stefan Engel
Browse files

add missing backslash when using TLS configuration

parent 20e87f50
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \ ...@@ -25,7 +25,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
--no-collector.{{ collector }} \ --no-collector.{{ collector }} \
{% endfor %} {% endfor %}
{% if node_exporter_tls_server_config | length > 0 or node_exporter_http_server_config | length > 0 or node_exporter_basic_auth_users | length > 0 %} {% if node_exporter_tls_server_config | length > 0 or node_exporter_http_server_config | length > 0 or node_exporter_basic_auth_users | length > 0 %}
--web.config=/etc/node_exporter/config.yaml --web.config=/etc/node_exporter/config.yaml \
{% endif %} {% endif %}
--web.listen-address={{ node_exporter_web_listen_address }} --web.listen-address={{ node_exporter_web_listen_address }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment