change include statement to fully qualify the params class. This prevents puppet from attempting to include ::params
This commit is contained in:
parent
7a6250d00a
commit
4d4fb12b3c
@ -10,7 +10,7 @@ class bind (
|
|||||||
$rndc = undef,
|
$rndc = undef,
|
||||||
$statistics_port = undef,
|
$statistics_port = undef,
|
||||||
) {
|
) {
|
||||||
include params
|
include ::bind::params
|
||||||
|
|
||||||
$auth_nxdomain = false
|
$auth_nxdomain = false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user