fix: whitespaces

This commit is contained in:
2023-01-03 20:38:46 +01:00
parent 827b20a57b
commit 12b0e0f22a

View File

@@ -92,5 +92,5 @@ $CreateDirs on
$template RemoteLogs,"/var/log/rsyslog/%HOSTNAME%/%PROGRAMNAME%.log"
*.* ?RemoteLogs
{% else %}
*. * @@{{ RSYSLOG_SERVER }}:514
*.* @@{{ RSYSLOG_SERVER }}:514
{% endif %}