From c7deb6502a8be7bb9dfeedde7b0063299baf998f Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 20 Nov 2018 00:12:55 +0000 Subject: [PATCH] somedays you just keep neanderthal-patching until it works --- roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 index 50c0d29db4..6494642b0f 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/all.cfg.j2 @@ -3,7 +3,7 @@ ############### ## {{ env }} {% for key, value in groups.iteritems()|sort %} -{% if groups[key] != [] and key not in ['newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios'] %} +{% if groups[key] != [] and key not in ['newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %} define hostgroup{ hostgroup_name {{ key }} alias {{ key }}