From 492292b0032aac1634de230c644a16fda5dd7f5f Mon Sep 17 00:00:00 2001 From: Martin Hagstrom Date: Thu, 20 Feb 2014 22:38:20 +0100 Subject: [PATCH] Fix type comparison of ssh_key_import --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index f86b12f..115222c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 <<||>> }