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 {