summaryrefslogtreecommitdiff
path: root/templates/zone-header.erb
blob: 30d7148d8e96d910d5a9506ef0042ccf582630f8 (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 <%=@zone%>. <%=@zone_contact%>. (
      <%=@zone_serial%>  ; serial
      <%=@zone_refresh%> ; refresh
      <%=@zone_retry%>   ; retry
      <%=@zone_expiracy%>; expiracy
      <%=@zone_ttl%> )   ; TTL
      IN NS <%=@zone_ns%>.