Fix a scoping issue in the template
This commit is contained in:
parent
1658fd82c3
commit
05b679a93d
@ -14,6 +14,9 @@ class bind (
|
||||
) {
|
||||
include ::bind::params
|
||||
|
||||
# Re-scope members of bind::params for templating
|
||||
$managed_keys_directory = $::bind::params::managed_keys_directory
|
||||
|
||||
$auth_nxdomain = false
|
||||
|
||||
File {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user