walking blind, hope there is not a cliff

This commit is contained in:
Kevin Fenzi 2018-05-17 22:26:35 +00:00
parent ba587e6aa9
commit 94bdce7c68

View file

@ -3,7 +3,7 @@
###############
## {{ env }}
{% for key, value in groups.iteritems() %}
{% if groups[key] != [] and groups[key] != 'newcloud-compute' and groups[key] != 'newcloud-control' and groups[key] != 'newcloud' %}
{% if groups[key] != [] and ( groups[key] != 'newcloud-compute' or groups[key] != 'newcloud-control' or groups[key] != 'newcloud' ) %}
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}