summaryrefslogtreecommitdiff
path: root/templates/zone2.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 22:16:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 22:16:56 +0200
commit4dbc8725bcb6bdc7b7715d15a43fb6b11d75edc8 (patch)
tree79346fbd6815ceb0ff9895000fea8a75166f8993 /templates/zone2.epp
parentwork. (diff)
downloaddns-4dbc8725bcb6bdc7b7715d15a43fb6b11d75edc8.tar.gz
dns-4dbc8725bcb6bdc7b7715d15a43fb6b11d75edc8.tar.xz
Remove now unused templates.
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
- )