From be232aad24dd0ed5f6089f75bec9ceb501d0d338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 May 2023 01:26:17 +0200 Subject: Defalut values. --- types/zoneentry.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types') diff --git a/types/zoneentry.pp b/types/zoneentry.pp index a195fab..6f4fc0f 100644 --- a/types/zoneentry.pp +++ b/types/zoneentry.pp @@ -4,4 +4,9 @@ type Dns::Zoneentry = Struct[{ ns => Optional[Array[String]], records => Optional[Array[Dns::Recordentry]], update_policy => Optional[String], + refresh => Dns::Ttl, + retry => Dns::Ttl, + expire => Dns::Ttl, + negative_ttl => Dns::Ttl, + ttl => Dns::Ttl, }] -- cgit v1.2.3