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/zone1.epp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/zone1.epp (limited to 'templates/zone1.epp') diff --git a/templates/zone1.epp b/templates/zone1.epp new file mode 100644 index 0000000..289fc2d --- /dev/null +++ b/templates/zone1.epp @@ -0,0 +1,15 @@ +<%- | 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 %> ( -- cgit v1.2.3