Fix a scoping issue in the template

This commit is contained in:
Nate Riffe 2015-10-24 09:40:35 -05:00
parent 1658fd82c3
commit 05b679a93d

View File

@ -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 {