diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:51:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-05 18:51:17 -0400 |
| commit | 4fe1dcb6142d4033482d6f25b916b64926bc7b3f (patch) | |
| tree | fd8597ccbb3c591e118da4edaa8da650f075f3bf /src/Propellor/Property/Nginx.hs | |
| parent | 97a224b194b96184c7938de0bb1e1f423612ccbc (diff) | |
| parent | 5cfb20668421acb3c0de133afe973fc693b8b320 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Nginx.hs')
| -rw-r--r-- | src/Propellor/Property/Nginx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Nginx.hs b/src/Propellor/Property/Nginx.hs index c28dcc01..8fb5c49b 100644 --- a/src/Propellor/Property/Nginx.hs +++ b/src/Propellor/Property/Nginx.hs @@ -17,7 +17,7 @@ siteEnabled hn cf = enable <!> disable `requires` siteAvailable hn cf `requires` installed `onChange` reloaded - disable = trivial $ File.notPresent (siteVal hn) + disable = File.notPresent (siteVal hn) `describe` ("nginx site disable" ++ hn) `requires` installed `onChange` reloaded |
