From 4d4fb12b3cee35d7ac6655e7e92341608ca4234e Mon Sep 17 00:00:00 2001 From: Trevor Smith Date: Thu, 19 Mar 2015 12:23:12 -0400 Subject: [PATCH] change include statement to fully qualify the params class. This prevents puppet from attempting to include ::params --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index e50f05f..d8a2f07 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,7 +10,7 @@ class bind ( $rndc = undef, $statistics_port = undef, ) { - include params + include ::bind::params $auth_nxdomain = false