From a10167a79528b9c46b0d088112fa0642e24b9586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 01:30:27 +0200 Subject: types --- templates/zone.epp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/zone.epp') diff --git a/templates/zone.epp b/templates/zone.epp index 76fac34..7f374d2 100644 --- a/templates/zone.epp +++ b/templates/zone.epp @@ -1,12 +1,12 @@ <%- | String $zone, String $mname, String $rname, - String $serial, - String $refresh, - String $retry, - String $expire, - String $negative_ttl, - String $default_ttl, + Integer[0,4294967295] $serial, + Dns::Ttl $refresh, + Dns::Ttl $retry, + Dns::Ttl $expire, + Dns::Ttl $negative_ttl, + Dns::Ttl $default_ttl, | -%> <%# The actual zonefile %> -- cgit v1.2.3