summaryrefslogtreecommitdiff
path: root/templates/zone1.epp
blob: 289fc2d6d5271a8a91988062a99edaedb1199085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%- | String $zone,
      String $mname,
      String $rname,
      Dns::Ttl $default_ttl,
      Optional[Dns::Ttl] $soa_ttl,
    | -%>
<%# 
First half of the Zonefile's header, up until the serial field.
-%>
; File managed by Puppet.
; Local changes WILL be overwritten!
$ORIGIN <%= $zone %>
$TTL <%= $default_ttl %>

@	<%= $soa_ttl %>	IN	SOA	<%= $mname %> <%= $rname %> (