summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Hostbase/templates/hostsappend.tmpl
blob: 00e0d5d04ac469592c6d723662df0dc939a9ce8b (plain)
1
2
3
4
5
##########################################################################
#  Hosts on subnet: {{ subnet.0 }}
#    total hosts: {{ subnet.1 }}
{% for ip in ips %}{{ ip.0 }}       	{{ ip.1 }}{% if ip.4 and not ip.3 %} # {{ ip.5 }}{% else %}{% for name in ip.2 %} {{ name }}{% endfor %}{% for cname in ip.3 %} {{ cname }}{% endfor %} # {{ ip.5 }}{% endif %}
{% endfor %}