From 93e89c720065b6b1acdb442487a3d98d92527752 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Jan 2015 18:12:19 -0400 Subject: cleanup --- src/Propellor/Types/PrivData.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Types/PrivData.hs') diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs index c760ae55..c7909a6b 100644 --- a/src/Propellor/Types/PrivData.hs +++ b/src/Propellor/Types/PrivData.hs @@ -7,8 +7,8 @@ import Propellor.Types.OS -- It's fine to add new constructors. data PrivDataField = DockerAuthentication - | SshPubKey SshKeyType UserName -- ^ For host key, use empty UserName - | SshPrivKey SshKeyType UserName + | SshPubKey SshKeyType UserName + | SshPrivKey SshKeyType UserName -- ^ For host key, use empty UserName | SshAuthorizedKeys UserName | Password UserName | CryptPassword UserName -- cgit v1.2.3