summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Tor.hs
diff options
context:
space:
mode:
authorJoey Hess2017-03-19 15:27:00 -0400
committerJoey Hess2017-03-19 15:30:26 -0400
commitd774e79b1eced30fc5a486d389d7de3b81b1fd70 (patch)
tree2ebd2b7a25adeb0d6c8dc469beb8a47a535a7462 /src/Propellor/Property/Tor.hs
parent9bbc84c272be248948451f935d5b0a18fc625845 (diff)
switch to kite4
lost kite2 ed25519 key
Diffstat (limited to 'src/Propellor/Property/Tor.hs')
-rw-r--r--src/Propellor/Property/Tor.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs
index 7a9402b9..710007cb 100644
--- a/src/Propellor/Property/Tor.hs
+++ b/src/Propellor/Property/Tor.hs
@@ -53,8 +53,8 @@ named n = configured [("Nickname", n')]
where
n' = saneNickname n
--- | Configures tor with secret_id_key, ed25519_master_id_public_key, and
--- ed25519_master_id_secret_key from privdata.
+-- | Configures tor with secret_id_key, ed25519_master_id_public_key,
+-- and ed25519_master_id_secret_key from privdata.
torPrivKey :: Context -> Property (HasInfo + DebianLike)
torPrivKey context = mconcat (map go keyfiles)
`requires` torPrivKeyDirExists