summaryrefslogtreecommitdiff
path: root/src/Propellor/PrivData
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-11-11 13:47:25 -0400
committerJoey Hess <joey@kitenet.net>2014-11-11 13:47:25 -0400
commit08ff95fbfaf867ad5a6acdecfd0eb1e84ed44fd9 (patch)
treeb5fa72c40d3c6c1438e7ab3191c1136887fe7b4f /src/Propellor/PrivData
parentbd7869c01c38065275acfdc4b139a93439433229 (diff)
parent05a793dd5916a3d21cbec783e26bd629891ad7f1 (diff)
Merge branch 'joeyconfig'
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"