diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-16 19:18:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-16 19:18:11 -0400 |
| commit | 09ee4073f28f6453ec78b2b2b02dd1fd23da33b2 (patch) | |
| tree | bea091bb0b2284417b17e889e2b9200b3a7bd4d3 /src/Propellor/Property | |
| parent | 87399e777b631e17ca4ba3be470140607184ecf0 (diff) | |
fix comment
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/Ssh.hs | 4 |
1 files 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 |
