diff options
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 |
