summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-12 21:43:30 -0400
committerJoey Hess2014-04-12 21:43:30 -0400
commit967a0d82dd84a2adfabe702d8ca030d30f8079b5 (patch)
treedd8dca709824926c61ff19f49a09405af06b415e /Propellor/Types.hs
parent6075fc636dfd9d8c946ed11a58ffa7059dd560d0 (diff)
propellor spin
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index a30b183c..86c56a28 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -164,7 +164,8 @@ data CmdLine
-- It's fine to add new fields.
data PrivDataField
= DockerAuthentication
- | SshKey SshKeyType UserName
+ | SshPubKey SshKeyType UserName
+ | SshPrivKey SshKeyType UserName
| Password UserName
| PrivFile FilePath
| GpgKey GpgKeyId