nagios: turns out this newline is important syntax wise

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-18 09:34:01 -07:00
parent c55be5b392
commit 168d030d9c

View File

@@ -23,6 +23,7 @@ define hostgroup {
hostgroup_name proxies_ocp4
alias OCP Web Servers
members {% for host in groups["proxies_ocp4"]|sort %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
}
{% for key, value in groups.items()|sort %}