summaryrefslogtreecommitdiff
path: root/templates/zone-header.erb
blob: 418aef8602c6ca6668fc0cd62ae6f1c31a191d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; File managed by puppet
$TTL <%=zone_ttl%>
<% if zone_origin -%>
$ORIGIN <%=zone_origin%>
<% end -%>
@ IN SOA <%=name%>. <%=zone_contact%>. (
      <%=zone_serial%>  ; serial
      <%=zone_refresh%> ; refresh
      <%=zone_retry%>   ; retry
      <%=zone_expiracy%>; expiracy
      <%=zone_ttl%> )   ; TTL
      IN NS <%=zone_ns%>.