summaryrefslogtreecommitdiff
path: root/templates/zone1.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/zone1.epp')
-rw-r--r--templates/zone1.epp15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/zone1.epp b/templates/zone1.epp
new file mode 100644
index 0000000..289fc2d
--- /dev/null
+++ b/templates/zone1.epp
@@ -0,0 +1,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 %> (