summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-16 19:50:37 -0400
committerJoey Hess2015-10-16 19:50:37 -0400
commitfe052464493571ac26d825823c8c6e95ddb096e2 (patch)
treec33ac0f27a3248db58c197b16a103009f554bf15 /src/Propellor/Types/PrivData.hs
parent06f4258f8174302a825a893b3407df9cff15c577 (diff)
parentf18304181f59f737f8034f6a5aa69b89829f1785 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Types/PrivData.hs')
-rw-r--r--src/Propellor/Types/PrivData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs
index 1cf22aa9..32b51c4b 100644
--- a/src/Propellor/Types/PrivData.hs
+++ b/src/Propellor/Types/PrivData.hs
@@ -12,7 +12,7 @@ import qualified Data.ByteString.Lazy as L
-- It's fine to add new constructors.
data PrivDataField
= DockerAuthentication
- | SshPubKey SshKeyType UserName
+ | SshPubKey SshKeyType UserName -- ^ Not used anymore, but retained to avoid breaking serialization of old files
| SshPrivKey SshKeyType UserName -- ^ For host key, use empty UserName
| SshAuthorizedKeys UserName
| Password UserName