Match template expectations for array values

This commit is contained in:
Nate Riffe 2013-08-08 08:05:27 -05:00
parent a930f53a4a
commit 1f18261b08
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
class bind (
$confdir = $bind::params::confdir,
$cachedir = $bind::params::cachedir,
$forwarders = [],
$forwarders = '',
$dnssec = true,
$version = '',
) inherits bind::params {

View File

@ -1,6 +1,6 @@
define bind::view (
$match_clients = [ 'any' ],
$match_destinations = [],
$match_clients = 'any',
$match_destinations = '',
$zones = [],
$recursion = true,
) {

View File

@ -1,15 +1,15 @@
define bind::zone (
$zone_type,
$domain = '',
$masters = [],
$allow_updates = [],
$allow_transfers = [],
$masters = '',
$allow_updates = '',
$allow_transfers = '',
$dnssec = false,
$key_directory = '',
$ns_notify = true,
$also_notify = [],
$allow_notify = [],
$forwarders = [],
$also_notify = '',
$allow_notify = '',
$forwarders = '',
$forward = '',
) {
$cachedir = $bind::cachedir