summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess2014-11-11 12:58:53 -0400
committerJoey Hess2014-11-11 12:58:53 -0400
commit84304821bebf9b794fae56f616b50ae1d06014d2 (patch)
treee43b936fc51e9c2bb75399cd23885dcb8b4b661c /src/Propellor/PrivData
parentf559ccaf738535ad4b0ebb0b520542055d8ae305 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/PrivData')
-rw-r--r--src/Propellor/PrivData/Paths.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Propellor/PrivData/Paths.hs b/src/Propellor/PrivData/Paths.hs
new file mode 100644
index 00000000..7c29f1bf
--- /dev/null
+++ b/src/Propellor/PrivData/Paths.hs
@@ -0,0 +1,12 @@
+module Propellor.PrivData.Paths where
+
+import System.FilePath
+
+privDataDir :: FilePath
+privDataDir = "privdata"
+
+privDataFile :: FilePath
+privDataFile = privDataDir </> "privdata.gpg"
+
+privDataLocal :: FilePath
+privDataLocal = privDataDir </> "local"