Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit b8ee849

Browse files
authored
Merge pull request #163 from sengel/missing_backslash
add missing backslash when using TLS configuration [patch] release
2 parents 20e87f5 + 167ce37 commit b8ee849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node_exporter.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
2525
--no-collector.{{ collector }} \
2626
{% endfor %}
2727
{% if node_exporter_tls_server_config | length > 0 or node_exporter_http_server_config | length > 0 or node_exporter_basic_auth_users | length > 0 %}
28-
--web.config=/etc/node_exporter/config.yaml
28+
--web.config=/etc/node_exporter/config.yaml \
2929
{% endif %}
3030
--web.listen-address={{ node_exporter_web_listen_address }}
3131

0 commit comments

Comments
 (0)