From d990cc884ad383c2af195c1d5fc4f7cdda03dace Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sat, 20 Jun 2020 18:58:01 -0500 Subject: [PATCH] nagios: move comment out of block Signed-off-by: Rick Elrod --- .../templates/nagios/hostgroups/vpnclients.cfg.j2 | 3 ++- 1 file changed, 2 insertions(+), 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 69c3d3bd01..e31260727a 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 @@ -4,5 +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. } + +# TODO: Add bastion02.iad2.fedoraproject.org above when it exists.