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