Fix type comparison of ssh_key_import

This commit is contained in:
Martin Hagstrom 2014-02-20 22:38:20 +01:00
parent 6236973bf8
commit 492292b003

View File

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