diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-11 12:58:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-11 12:58:53 -0400 |
| commit | 84304821bebf9b794fae56f616b50ae1d06014d2 (patch) | |
| tree | e43b936fc51e9c2bb75399cd23885dcb8b4b661c /src/Propellor/PrivData/Paths.hs | |
| parent | f559ccaf738535ad4b0ebb0b520542055d8ae305 (diff) | |
propellor spin
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" |
