Removed inclusion of concat::setup
Manual inclusion of concat::setup is deprecated and behaves strangely.
This commit is contained in:
parent
7ec92d395c
commit
4487b80401
@ -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'
|
||||
|
||||
@ -6,8 +6,6 @@ class bind (
|
||||
$version = '',
|
||||
) inherits bind::params {
|
||||
|
||||
include concat::setup
|
||||
|
||||
$auth_nxdomain = false
|
||||
|
||||
package { $bind::params::bind_package:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user