diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 11:58:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 11:58:22 -0400 |
| commit | 456dd534ce2984535a9fc36bad2aff9e6ee2863a (patch) | |
| tree | a981748a5c0a62c67832969c9e852c5741780821 /Propellor/Types.hs | |
| parent | 6d1263043112d0c70ae8d76fcbc998e6d853fafa (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index dd66eb01..b8f8f167 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -174,5 +174,5 @@ data PrivDataField type GpgKeyId = String -data SshKeyType = SshRsa | SshDsa +data SshKeyType = SshRsa | SshDsa | SshEcdsa deriving (Read, Show, Ord, Eq) |
