change include statement to fully qualify the params class. This prevents puppet from attempting to include ::params

This commit is contained in:
Trevor Smith 2015-03-19 12:23:12 -04:00
parent 7a6250d00a
commit 4d4fb12b3c

View File

@ -10,7 +10,7 @@ class bind (
$rndc = undef,
$statistics_port = undef,
) {
include params
include ::bind::params
$auth_nxdomain = false