From 4e0b8dda30d05dd814ee6ce509bd66a2598207ae Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 27 Mar 2019 23:00:47 +0100 Subject: PrivData: add password generation from salt --- src/Propellor/Types/PrivData.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Types/PrivData.hs') diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs index 32b51c4b..b66d6546 100644 --- a/src/Propellor/Types/PrivData.hs +++ b/src/Propellor/Types/PrivData.hs @@ -20,6 +20,7 @@ data PrivDataField | PrivFile FilePath | GpgKey | DnsSec DnsSecKey + | PasswordGenSalt deriving (Read, Show, Ord, Eq) -- | Combines a PrivDataField with a description of how to generate -- cgit v1.2.3