Changeset 14182


Ignore:
Timestamp:
07/06/12 08:38:29 (12 years ago)
Author:
ramonb
Message:
  • actually store to a file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/sara_cmt/templates/examples/cnames.cmt

    r14180 r14182  
    1414{% load cmt_client %}
    1515
     16{% store '/tmp/simple_cnames_example.txt' %}
     17
    1618{% use hardwareunit with 'rack=31' as machines %}
    1719
     
    2224{% if iface.cnames != None %}
    2325{% for cname in iface.cnames %}
    24 --{{ iface }}:{{cname}}
     26--> {{ iface }} :CNAME: {{cname}}
    2527{% endfor %}
    2628{% endif %}
     
    2830{% endfor %}
    2931{% endnoblanklines %}
     32
     33{% endstore %}
Note: See TracChangeset for help on using the changeset viewer.