summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-05 01:30:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 18:31:16 +0200
commita10167a79528b9c46b0d088112fa0642e24b9586 (patch)
tree580a0c1bd32b2f9ede454c22ce9aec5f8fc70cb3 /templates
parentDefalut values. (diff)
downloaddns-a10167a79528b9c46b0d088112fa0642e24b9586.tar.gz
dns-a10167a79528b9c46b0d088112fa0642e24b9586.tar.xz
types
Diffstat (limited to 'templates')
-rw-r--r--templates/zone.epp12
1 files changed, 6 insertions, 6 deletions
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 %>