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'
|
name 'inkblot/bind'
|
||||||
version '2.0.1'
|
version '2.0.2'
|
||||||
source 'git://github.com/inkblot/puppet-bind'
|
source 'git://github.com/inkblot/puppet-bind'
|
||||||
author 'inkblot'
|
author 'inkblot'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
|
|||||||
@ -6,8 +6,6 @@ class bind (
|
|||||||
$version = '',
|
$version = '',
|
||||||
) inherits bind::params {
|
) inherits bind::params {
|
||||||
|
|
||||||
include concat::setup
|
|
||||||
|
|
||||||
$auth_nxdomain = false
|
$auth_nxdomain = false
|
||||||
|
|
||||||
package { $bind::params::bind_package:
|
package { $bind::params::bind_package:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user