summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ssh.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 17:04:26 -0400
committerJoey Hess2015-01-04 17:04:26 -0400
commitf0b6ce970276ffd9400fef774658781531ace93b (patch)
tree9a88477968c438f80a0492255151360b0e6b8c90 /src/Propellor/Property/Ssh.hs
parent08b45ad6f68f36f5760ea7fece15691ded000159 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Ssh.hs')
-rw-r--r--src/Propellor/Property/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs
index da777797..4f8ee32e 100644
--- a/src/Propellor/Property/Ssh.hs
+++ b/src/Propellor/Property/Ssh.hs
@@ -99,7 +99,7 @@ hostKeys ctx l = propertyList desc $ catMaybes $
removestale b = map (File.notPresent . flip keyFile b) staletypes
cleanup
| null staletypes = Nothing
- | otherwise = Just $ property ("stale keys removed " ++ typelist staletypes) $
+ | otherwise = Just $ property ("stale host keys removed " ++ typelist staletypes) $
ensureProperty $
combineProperties desc (removestale True ++ removestale False)
`onChange` restarted