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