From b7a5fbcc7ef66f4c986c492d480fc3962970d96f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 30 Jun 2020 14:18:36 -0700 Subject: [PATCH] nagios: need a newline here Signed-off-by: Kevin Fenzi --- .../nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 index c4a83f2baf..51b5edacdd 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 @@ -4,6 +4,6 @@ define hostgroup { hostgroup_name vpnclients alias vpnclients members {% for host in groups['all']|sort %}{% if ( hostvars[host].vpn == true ) and ( hostvars[host].nagios_Can_Connect == true ) %}{{host}},{% endif %} {% endfor %} -} +} # TODO: Add !bastion02.iad2.fedoraproject.org above when it exists.