make sure repospanner-temp is not an empty group

This commit is contained in:
Stephen Smoogen 2019-10-24 18:51:45 +00:00 committed by Pierre-Yves Chibon
parent fd1f4a527b
commit 011102c216

View file

@ -3,7 +3,7 @@
############### ###############
## {{ env }} ## {{ env }}
{% for key, value in groups.iteritems()|sort %} {% for key, value in groups.iteritems()|sort %}
{% if groups[key] != [] and key not in ['newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %} {% if groups[key] != [] and key not in ['repospanner-temp', 'newcloud-compute', 'newcloud-control', 'newcloud-undercloud', 'newcloud', 'nixnagios', 'rhel8beta'] %}
define hostgroup{ define hostgroup{
hostgroup_name {{ key }} hostgroup_name {{ key }}
alias {{ key }} alias {{ key }}