diff --git a/manifests/init.pp b/manifests/init.pp index 50f44b1..7c9111d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,6 @@ class bind ( $confdir = $bind::params::confdir, -) { - include bind::params +) inherits bind::params { package { $bind::params::bind_package: ensure => latest,