diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-11 13:47:25 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-11 13:47:25 -0400 |
| commit | 08ff95fbfaf867ad5a6acdecfd0eb1e84ed44fd9 (patch) | |
| tree | b5fa72c40d3c6c1438e7ab3191c1136887fe7b4f /src/Propellor/PrivData/Paths.hs | |
| parent | bd7869c01c38065275acfdc4b139a93439433229 (diff) | |
| parent | 05a793dd5916a3d21cbec783e26bd629891ad7f1 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/PrivData/Paths.hs')
| -rw-r--r-- | src/Propellor/PrivData/Paths.hs | 12 |
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" |
