From 4dbc8725bcb6bdc7b7715d15a43fb6b11d75edc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 6 Jun 2023 22:16:56 +0200 Subject: Remove now unused templates. --- templates/zone-serial.epp | 3 --- templates/zone1.epp | 15 --------------- templates/zone2.epp | 14 -------------- 3 files changed, 32 deletions(-) delete mode 100644 templates/zone-serial.epp delete mode 100644 templates/zone1.epp delete mode 100644 templates/zone2.epp (limited to 'templates') diff --git a/templates/zone-serial.epp b/templates/zone-serial.epp deleted file mode 100644 index ba8ded9..0000000 --- a/templates/zone-serial.epp +++ /dev/null @@ -1,3 +0,0 @@ -<%- | Integer[0,4294967295] $serial, - | -%> - <%= $serial %> ; Serial diff --git a/templates/zone1.epp b/templates/zone1.epp deleted file mode 100644 index 289fc2d..0000000 --- a/templates/zone1.epp +++ /dev/null @@ -1,15 +0,0 @@ -<%- | 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 %> ( 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 - ) -- cgit v1.2.3