aws does not have parents

This commit is contained in:
Stephen Smoogen 2020-02-04 20:28:55 +00:00 committed by Pierre-Yves Chibon
parent 32d31b1d9d
commit 8cd7809278

View file

@ -22,11 +22,6 @@ define host {
{% else %}
address {{ host }}
{% endif %}
{% if hostvars[host]['vmhost'] is defined %}
parents {{ hostvars[host]['vmhost'] }}
{% elif hostvars[host].datacenter is defined %}
parents internetx-gw
{% endif %}
}
{% endif %}
{% endfor %}