From cdd8a99a923434b6b61b698ecc34c745ab41cd4a Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Wed, 6 Nov 2019 15:32:45 +0000 Subject: [PATCH] nagios_server: s/repospanner-temp/repospanner_temp/ Signed-off-by: Rick Elrod --- 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 9ba0e86d5e..f4a4b52abc 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 ['repospanner-temp', 'newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %} +{% if groups[key] != [] and key not in ['repospanner_temp', 'nixnagios', 'rhel8beta'] %} define hostgroup{ hostgroup_name {{ key }} alias {{ key }}