From 4f13d4fc742f06c66d18d9d39fcf10232169eb82 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Thu, 8 Aug 2024 13:41:59 +0200 Subject: [PATCH] Fix the documentation of the disable_empty_zones parameter --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 41ded8f..bc2b8db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -135,7 +135,7 @@ # @param logging_channels # A hash of logging channels to be created. See dns::logging::channel for options. # @param disable_empty_zones -# A hash containing a list of empty zones that shouldn't be created by bind +# A list of empty zones that shouldn't be created by bind # See: https://kb.isc.org/docs/aa-00800 # # @see dns::zone