Removed inclusion of concat::setup

Manual inclusion of concat::setup is deprecated and behaves strangely.
This commit is contained in:
Nate Riffe 2014-01-20 17:19:41 -06:00
parent 7ec92d395c
commit 4487b80401
2 changed files with 1 additions and 3 deletions

View File

@ -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'

View File

@ -6,8 +6,6 @@ class bind (
$version = '',
) inherits bind::params {
include concat::setup
$auth_nxdomain = false
package { $bind::params::bind_package: