summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-13 11:58:22 -0400
committerJoey Hess2014-04-13 11:58:22 -0400
commit456dd534ce2984535a9fc36bad2aff9e6ee2863a (patch)
treea981748a5c0a62c67832969c9e852c5741780821 /Propellor/Types.hs
parent6d1263043112d0c70ae8d76fcbc998e6d853fafa (diff)
propellor spin
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
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)