Changeset 11972


Ignore:
Timestamp:
08/18/10 16:44:22 (14 years ago)
Author:
sil
Message:

changed example-template of cnames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/templates/examples/cnames.cmt

    r11971 r11972  
    1414{% load cmts_extras %}
    1515
    16 {% use hardwareunit with 'label=mapserver' as machines %}
     16{% use hardwareunit with 'rack=31' as machines %}
    1717
    1818{% noblanklines %}
     
    2020{% for iface in machine.interfaces.all %}
    2121{{ iface }}
     22{% if iface.cnames != None %}
    2223{% for cname in iface.cnames %}
    23 {{ iface }}:{{cname}}
     24--{{ iface }}:{{cname}}
    2425{% endfor %}
     26{% endif %}
    2527{% endfor %}
    2628{% endfor %}
Note: See TracChangeset for help on using the changeset viewer.