Ignore:
Timestamp:
08/18/10 16:57:10 (14 years ago)
Author:
jaap
Message:

klaar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/templates/dns-icua.cmt

    r11951 r11974  
    1111#
    1212{% load cmts_extras %}
    13 {% store /usr/sara/etc/dns.nodes as output %}
    14 {# {% store /etc/bind/prim/db.icua.sara.nl as output %} #}
     13{# {% store /usr/sara/etc/dns.nodes as output %} #}
     14{% store /etc/bind/prim/db.icua.sara.nl as output %}
    1515{% noblanklines %}
    1616
     
    1818/usr/sara/sbin/bind.sh {{output}}
    1919{% endepilogue %}
    20 {# {% epilogue %} #}
    21 {# echo /etc/init.d/bind9 restart #}
    22 {# {% endepilogue %} #}
     20{% epilogue %} #}
     21/etc/init.d/bind9 restart
     22{% endepilogue %} #}
    2323
    2424{% use interface with 'network__name=icua' as ifaces_icua %}
     
    3939{% for iface in ifaces_icua %}
    4040{{ iface.label }} IN  A       {{ iface.ip }}
     41{% if iface.cnames != None %}
     42{% for cname in iface.cnames %}
     43{{cname}}       IN      CNAME   {{ iface.label }}
     44{% endfor %}
     45{% endif %}
    4146{% endfor %}
    4247{% endnoblanklines %}
Note: See TracChangeset for help on using the changeset viewer.