nagios: move comment out of block

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-06-20 18:58:01 -05:00 committed by Rick Elrod
parent 3a90136aae
commit d990cc884a

View file

@ -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.