summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 12:57:07 -0400
committerJoey Hess2014-11-22 12:57:07 -0400
commitfd3335e40e3c938f1fbf53287e37aaf76b8c69df (patch)
tree8dfce3db28314e3316ff19089a0309b8268dd29e /src/Propellor/PrivData
parent61945b4ff3af42369665a18817ed57ff92c898ca (diff)
--via implemented
Diffstat (limited to 'src/Propellor/PrivData')
-rw-r--r--src/Propellor/PrivData/Paths.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs
index 1922a31e..9f791b76 100644
--- a/src/Propellor/PrivData/Paths.hs
+++ b/src/Propellor/PrivData/Paths.hs
@@ -10,3 +10,6 @@ privDataFile = privDataDir </> "privdata.gpg"
privDataLocal :: FilePath
privDataLocal = privDataDir </> "local"
+
+privDataRelay :: String -> FilePath
+privDataRelay host = privDataDir </> "relay" </> host