Add space

This commit is contained in:
SebClem 2022-01-16 13:37:10 +01:00
parent 51ed3c1095
commit a1a9cf3fdd
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -7,7 +7,6 @@ data_dir = "/var/lib/vector"
enabled = true
address = "0.0.0.0:8686"
{% set loop_helper = {
"sources": (sources | default({})),
"transforms": (transforms | default({})),
@ -16,6 +15,7 @@ address = "0.0.0.0:8686"
{% for name, cat in loop_helper.items() | sort(attribute='0') %}
{% for key, value in cat.items() | sort(attribute='0') %}
[{{ name }}.{{ key }}]
{% if value %}
{%- for skey, svalue in value.items() | sort(attribute='0') %}