From dd32a63a07107a749a5a8e7ab1d2b0d629ac4538 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2014 12:25:38 -0400 Subject: propellor spin --- src/Propellor/Property/Ssh.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/Ssh.hs') diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index 5a260476..76f03671 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -148,8 +148,8 @@ knownHost hosts hn user = property desc $ , f `File.containsLine` (hn ++ " " ++ k) , File.ownerGroup f user user ] - go _ = do - warningMessage $ "no configred sshPubKey for " ++ hn + go v = do + warningMessage $ "no configred sshPubKey for " ++ hn ++ " " ++ show v return FailedChange -- | Makes a user have authorized_keys from the PrivData -- cgit v1.2.3