diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 15:53:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 15:53:35 -0400 |
| commit | a2a3d3f3a252e64d80421b5a14ef572a7bdf9e4a (patch) | |
| tree | 98ba2b94f011824e591bee66b3f113c52061f48a /Property/Tor.hs | |
| parent | 90efcd3203d64c2c5691e30ccc23307aae8d20c8 (diff) | |
better descriptions for properties
Diffstat (limited to 'Property/Tor.hs')
| -rw-r--r-- | Property/Tor.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Property/Tor.hs b/Property/Tor.hs index a4184edf..f7182120 100644 --- a/Property/Tor.hs +++ b/Property/Tor.hs @@ -6,6 +6,7 @@ import qualified Property.Apt as Apt isBridge :: Property isBridge = setup `requires` Apt.installed ["tor"] + `describe` "tor bridge" where setup = "/etc/tor/torrc" `File.hasContent` [ "SocksPort 0" |
