From 09ee4073f28f6453ec78b2b2b02dd1fd23da33b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Oct 2015 19:18:11 -0400 Subject: fix comment --- src/Propellor/Property/Ssh.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Propellor/Property/Ssh.hs b/src/Propellor/Property/Ssh.hs index 55878e0d..61a1fb23 100644 --- a/src/Propellor/Property/Ssh.hs +++ b/src/Propellor/Property/Ssh.hs @@ -255,8 +255,8 @@ userKeys user@(User name) context ks = combineProperties desc $ , "(" ++ unwords (map (fromKeyType . fst) ks) ++ ")" ] --- | Sets up a user with a ssh private key and public key pair --- both coming from the PrivData. +-- | Sets up a user with the specified pubic key, and a private +-- key from the privdata. -- -- A file can be specified to write the key to somewhere other than -- the default locations. Allows a user to have multiple keys for -- cgit v1.2.3