From efa7e792a3873e27ac99efa9026eb01d8f69af2a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Nov 2015 14:21:03 -0400 Subject: make trivial since it updates the password each time --- src/Propellor/Property/Postfix.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs index 5e265e6f..20492dc6 100644 --- a/src/Propellor/Property/Postfix.hs +++ b/src/Propellor/Property/Postfix.hs @@ -162,7 +162,7 @@ saslAuthdInstalled = setupdaemon -- -- The password is taken from the privdata. saslPasswdSet :: Domain -> User -> Property HasInfo -saslPasswdSet domain (User user) = withPrivData src ctx $ \getpw -> +saslPasswdSet domain (User user) = withPrivData src ctx $ \getpw -> trivial $ property ("sasl password for " ++ uatd) $ getpw $ \pw -> makeChange $ withHandle StdinHandle createProcessSuccess p $ \h -> do hPutStrLn h (privDataVal pw) -- cgit v1.2.3