From 6fb0c5eb3c2d86afe5ae98553a52382e40dd0024 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 12 Sep 2023 12:56:10 -0500 Subject: [PATCH] i am rusty --- manifests/defaults.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/defaults.pp b/manifests/defaults.pp index 123a2c7..4a6b912 100644 --- a/manifests/defaults.pp +++ b/manifests/defaults.pp @@ -25,7 +25,7 @@ class bind::defaults ( $chroot_class = undef, $chroot_dir = undef, ) { - unless is_bool($supported) { + unless $supported.is_a(Boolean) { fail('Please ensure that the dependencies of the bind module are installed and working correctly') }