Match template expectations for array values
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
class bind (
|
class bind (
|
||||||
$confdir = $bind::params::confdir,
|
$confdir = $bind::params::confdir,
|
||||||
$cachedir = $bind::params::cachedir,
|
$cachedir = $bind::params::cachedir,
|
||||||
$forwarders = [],
|
$forwarders = '',
|
||||||
$dnssec = true,
|
$dnssec = true,
|
||||||
$version = '',
|
$version = '',
|
||||||
) inherits bind::params {
|
) inherits bind::params {
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
define bind::view (
|
define bind::view (
|
||||||
$match_clients = [ 'any' ],
|
$match_clients = 'any',
|
||||||
$match_destinations = [],
|
$match_destinations = '',
|
||||||
$zones = [],
|
$zones = [],
|
||||||
$recursion = true,
|
$recursion = true,
|
||||||
) {
|
) {
|
||||||
|
|||||||
+6
-6
@@ -1,15 +1,15 @@
|
|||||||
define bind::zone (
|
define bind::zone (
|
||||||
$zone_type,
|
$zone_type,
|
||||||
$domain = '',
|
$domain = '',
|
||||||
$masters = [],
|
$masters = '',
|
||||||
$allow_updates = [],
|
$allow_updates = '',
|
||||||
$allow_transfers = [],
|
$allow_transfers = '',
|
||||||
$dnssec = false,
|
$dnssec = false,
|
||||||
$key_directory = '',
|
$key_directory = '',
|
||||||
$ns_notify = true,
|
$ns_notify = true,
|
||||||
$also_notify = [],
|
$also_notify = '',
|
||||||
$allow_notify = [],
|
$allow_notify = '',
|
||||||
$forwarders = [],
|
$forwarders = '',
|
||||||
$forward = '',
|
$forward = '',
|
||||||
) {
|
) {
|
||||||
$cachedir = $bind::cachedir
|
$cachedir = $bind::cachedir
|
||||||
|
|||||||
Reference in New Issue
Block a user