i am rusty
This commit is contained in:
parent
2076433243
commit
6fb0c5eb3c
@ -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')
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user