Skip to content

Commit eeba354

Browse files
author
Matt Darcy
committed
correct undefined array value for rpz_zones
1 parent 73c03a8 commit eeba354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
Variant[Enum['unmanaged'], Stdlib::Absolutepath] $defaultzonepath = $dns::params::defaultzonepath,
164164
Optional[Enum['only', 'first']] $forward = undef,
165165
Array[Dns::Forwarder] $forwarders = [],
166-
Array $rpz_zones = undef,
166+
Array $rpz_zones = [],
167167
Optional[String] $listen_on = undef,
168168
Variant[String, Boolean] $listen_on_v6 = 'any',
169169
Enum['yes', 'no'] $recursion = 'yes',

0 commit comments

Comments
 (0)