diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-13 03:09:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-13 03:09:00 -0400 |
| commit | 00993a11fdfa06726a2e1711004a750bbd362227 (patch) | |
| tree | 27043b9032394c06fba79a4a30a4e1527bd36b11 /Propellor/Types.hs | |
| parent | c97285a21ea0e392e8c63c1898ee2deeb34e99a0 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index 86c56a28..dd66eb01 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -166,6 +166,7 @@ data PrivDataField = DockerAuthentication | SshPubKey SshKeyType UserName | SshPrivKey SshKeyType UserName + | SshAuthorizedKeys UserName | Password UserName | PrivFile FilePath | GpgKey GpgKeyId |
