From 3a1a7d397f1badf50e0ec18360796d570bfb82e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 10 Jun 2023 17:48:48 +0200 Subject: Force all zone names to end in a period. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 3630cb0..24bfb0e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -66,7 +66,7 @@ class dns ( String $checkzone = '/usr/bin/named-checkzone', String $checkconf = '/usr/bin/named-checkconf', Hash[String, Dns::Keyentry] $keys = {}, - Hash[String, Dns::Zoneentry] $zones = {}, + Hash[Dns::Zonename, Dns::Zoneentry] $zones = {}, String $packagename = 'bind9', Boolean $manage_package = true, String $servicename = 'named', -- cgit v1.2.3