diff --git a/manifests/params.pp b/manifests/params.pp index 92e5e92..7ed6f75 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ class bind::params { 'Debian': { $bind_package = 'bind9' $bind_service = 'bind9' - $bind_confdir = '/etc/bind' + $confdir = '/etc/bind' $bind_user = 'bind' $bind_group = 'bind' }