From 5cfb20668421acb3c0de133afe973fc693b8b320 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Dec 2015 18:03:02 -0400 Subject: remove trivial --- src/Propellor/Property/Prosody.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Prosody.hs') 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 -- cgit v1.2.3