diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-12 21:43:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-12 21:43:30 -0400 |
| commit | 967a0d82dd84a2adfabe702d8ca030d30f8079b5 (patch) | |
| tree | dd8dca709824926c61ff19f49a09405af06b415e /Propellor/Types.hs | |
| parent | 6075fc636dfd9d8c946ed11a58ffa7059dd560d0 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 3 |
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 |
