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') }