diff --git a/Modulefile b/Modulefile index 0c575d7..044efa8 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'inkblot/bind' -version '2.0.1' +version '2.0.2' source 'git://github.com/inkblot/puppet-bind' author 'inkblot' license 'Apache 2.0' diff --git a/manifests/init.pp b/manifests/init.pp index 2444455..60c1f51 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,8 +6,6 @@ class bind ( $version = '', ) inherits bind::params { - include concat::setup - $auth_nxdomain = false package { $bind::params::bind_package: