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