From 812c3f4d6162cf7af8f8cbedb6abb6d72bd537e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 01:46:46 +0200 Subject: "Working" product. --- templates/zone2.epp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/zone2.epp (limited to 'templates/zone2.epp') 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 + ) -- cgit v1.2.3