i am rusty

This commit is contained in:
Matthew 2023-09-12 12:56:10 -05:00
parent 2076433243
commit 6fb0c5eb3c
No known key found for this signature in database

View File

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