summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Prosody.hs
diff options
context:
space:
mode:
authorJoey Hess2015-12-05 18:51:17 -0400
committerJoey Hess2015-12-05 18:51:17 -0400
commit4fe1dcb6142d4033482d6f25b916b64926bc7b3f (patch)
treefd8597ccbb3c591e118da4edaa8da650f075f3bf /src/Propellor/Property/Prosody.hs
parent97a224b194b96184c7938de0bb1e1f423612ccbc (diff)
parent5cfb20668421acb3c0de133afe973fc693b8b320 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Prosody.hs')
-rw-r--r--src/Propellor/Property/Prosody.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Prosody.hs b/src/Propellor/Property/Prosody.hs
index f2d80ae4..47095504 100644
--- a/src/Propellor/Property/Prosody.hs
+++ b/src/Propellor/Property/Prosody.hs
@@ -24,7 +24,7 @@ confEnabled conf cf = enable <!> disable
dir = confValPath conf
confValRelativePath conf' = File.LinkTarget $
"../conf.avail" </> conf' <.> "cfg.lua"
- disable = trivial $ File.notPresent (confValPath conf)
+ disable = File.notPresent (confValPath conf)
`describe` ("prosody conf disabled " ++ conf)
`requires` installed
`onChange` reloaded