Fix type comparison of ssh_key_import
This commit is contained in:
parent
6236973bf8
commit
492292b003
@ -281,7 +281,7 @@ class ssh (
|
||||
require => Package[$packages_real],
|
||||
}
|
||||
|
||||
if $ssh_key_import_real == 'true' {
|
||||
if $ssh_key_import_real == true {
|
||||
# import all nodes' ssh keys
|
||||
Sshkey <<||>>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user