Try inheritance
This commit is contained in:
parent
594d850cb2
commit
e7899e97d0
@ -1,7 +1,6 @@
|
|||||||
class bind (
|
class bind (
|
||||||
$confdir = $bind::params::confdir,
|
$confdir = $bind::params::confdir,
|
||||||
) {
|
) inherits bind::params {
|
||||||
include bind::params
|
|
||||||
|
|
||||||
package { $bind::params::bind_package:
|
package { $bind::params::bind_package:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user