what kind of logic world would that have worked?
This commit is contained in:
parent
0054170cc1
commit
ea55d8b264
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
###############
|
###############
|
||||||
|
|
||||||
{% for key, value in groups.iteritems() %}
|
{% for key, value in groups.iteritems() %}
|
||||||
{% if not groups[key] %}
|
{% if groups[key] %}
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name {{ key }}
|
hostgroup_name {{ key }}
|
||||||
alias {{ key }}
|
alias {{ key }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue