From 05b679a93d3f856cdcf1d7df575fe4e46422c047 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Sat, 24 Oct 2015 09:40:35 -0500 Subject: [PATCH] Fix a scoping issue in the template --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 881c39e..314fed2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {