diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:03:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:51:05 -0400 |
| commit | 5cfb20668421acb3c0de133afe973fc693b8b320 (patch) | |
| tree | db49686bb48d1de1403aee9aa5ea8cb7d03c6a13 /src/Propellor/Property/Prosody.hs | |
| parent | 12548bae3d8feecce6a322162d91b827289ae824 (diff) | |
remove trivial
Diffstat (limited to 'src/Propellor/Property/Prosody.hs')
| -rw-r--r-- | src/Propellor/Property/Prosody.hs | 2 |
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 |
