diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 23:55:59 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 23:55:59 -0400 |
| commit | 8621fa6e9983a39c07a9677eac324ebcee79b549 (patch) | |
| tree | af60e05e58dc49d2f73d326f8ed1fb51d74f3704 /Propellor/Property/Tor.hs | |
| parent | 8f2ac23b41c6bbc24c658831a6a988c0d23a9f7d (diff) | |
more prep for hackage
Diffstat (limited to 'Propellor/Property/Tor.hs')
| -rw-r--r-- | Propellor/Property/Tor.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Tor.hs b/Propellor/Property/Tor.hs index aa5d29e4..78e35c89 100644 --- a/Propellor/Property/Tor.hs +++ b/Propellor/Property/Tor.hs @@ -1,6 +1,6 @@ module Propellor.Property.Tor where -import Propellor.Common +import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt @@ -16,4 +16,4 @@ isBridge = setup `requires` Apt.installed ["tor"] ] `onChange` restartTor restartTor :: Property -restartTor = cmdProperty "service" [Param "tor", Param "restart"] +restartTor = cmdProperty "service" ["tor", "restart"] |
