propellor spin
This commit is contained in:
parent
08b45ad6f6
commit
f0b6ce9702
|
@ -99,7 +99,7 @@ hostKeys ctx l = propertyList desc $ catMaybes $
|
||||||
removestale b = map (File.notPresent . flip keyFile b) staletypes
|
removestale b = map (File.notPresent . flip keyFile b) staletypes
|
||||||
cleanup
|
cleanup
|
||||||
| null staletypes = Nothing
|
| null staletypes = Nothing
|
||||||
| otherwise = Just $ property ("stale keys removed " ++ typelist staletypes) $
|
| otherwise = Just $ property ("stale host keys removed " ++ typelist staletypes) $
|
||||||
ensureProperty $
|
ensureProperty $
|
||||||
combineProperties desc (removestale True ++ removestale False)
|
combineProperties desc (removestale True ++ removestale False)
|
||||||
`onChange` restarted
|
`onChange` restarted
|
||||||
|
|
Loading…
Reference in New Issue