nagios: fix the whitespace problem, take #2

This commit is contained in:
Pavel Raiskup 2023-04-25 14:40:04 +02:00
parent 7e7e28a4c5
commit dc0b0f1d7e

View file

@ -11,6 +11,7 @@ define hostgroup{
{% if loop.first %}
members {{ host }}{% else %}, {{ host }}{% endif %}
{% endfor %}
}
{% endif %}
{% endfor %}