summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData/Paths.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/PrivData/Paths.hs')
-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 7c29f1bf..3d0d8a58 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