From 79cbdf35b1188d83e64a713efa82bc7a0a72a181 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 13:51:58 -0400 Subject: better method of starting propellor simplesh inside docker --- Propellor/PrivData.hs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Propellor/PrivData.hs') diff --git a/Propellor/PrivData.hs b/Propellor/PrivData.hs index 98a1da62..d97a7725 100644 --- a/Propellor/PrivData.hs +++ b/Propellor/PrivData.hs @@ -18,15 +18,6 @@ import Utility.Tmp import Utility.SafeCommand import Utility.Misc --- | Note that removing or changing field names will break the --- serialized privdata files, so don't do that! --- It's fine to add new fields. -data PrivDataField - = DockerAuthentication - | SshPrivKey UserName - | Password UserName - deriving (Read, Show, Ord, Eq) - withPrivData :: PrivDataField -> (String -> IO Result) -> IO Result withPrivData field a = maybe missing a =<< getPrivData field where -- cgit v1.3-2-g0d8e