summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/Postfix.hs2
1 files changed, 1 insertions, 1 deletions
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)