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

Commit

Permalink
Merge pull request #163 from sengel/missing_backslash
Browse files Browse the repository at this point in the history
add missing backslash when using TLS configuration

[patch] release
  • Loading branch information
paulfantom authored Jun 18, 2020
2 parents 20e87f5 + 167ce37 commit b8ee849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/node_exporter.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ExecStart={{ _node_exporter_binary_install_dir }}/node_exporter \
--no-collector.{{ collector }} \
{% 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 %}
--web.config=/etc/node_exporter/config.yaml
--web.config=/etc/node_exporter/config.yaml \
{% endif %}
--web.listen-address={{ node_exporter_web_listen_address }}

Expand Down

0 comments on commit b8ee849

Please sign in to comment.