summaryrefslogtreecommitdiff
path: root/templates/zone2.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/zone2.epp')
-rw-r--r--templates/zone2.epp14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/zone2.epp b/templates/zone2.epp
new file mode 100644
index 0000000..0663466
--- /dev/null
+++ b/templates/zone2.epp
@@ -0,0 +1,14 @@
+<%- | Dns::Ttl $refresh,
+ Dns::Ttl $retry,
+ Dns::Ttl $expire,
+ Dns::Ttl $negative_ttl,
+ | -%>
+<%#
+Second half of the Zonefile's header. Everything after the serial
+fiel.d
+-%>
+ <%= $refresh %> ; Refresh
+ <%= $retry %> ; Retry
+ <%= $expire %> ; Expire
+ <%= $negative_ttl %> ; Negative TTL
+ )