summaryrefslogtreecommitdiff
path: root/Propellor/PrivData.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 12:06:04 -0400
committerJoey Hess2014-03-31 12:06:04 -0400
commit7acbfea4b9471c3aae6add1b86d18bb765c678ec (patch)
tree9952feb95ecf35ff748647e8a1f0db426da5cfe7 /Propellor/PrivData.hs
parentde8cff543c861df7976f8ca544c2536186251a00 (diff)
propellor spin
Diffstat (limited to 'Propellor/PrivData.hs')
-rw-r--r--Propellor/PrivData.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Propellor/PrivData.hs b/Propellor/PrivData.hs
index 5f0de3b0..ce52d576 100644
--- a/Propellor/PrivData.hs
+++ b/Propellor/PrivData.hs
@@ -63,9 +63,6 @@ privDataFile host = privDataDir </> host ++ ".gpg"
privDataLocal :: FilePath
privDataLocal = privDataDir </> "local"
-privDataMarker :: String
-privDataMarker = "PRIVDATA "
-
gpgDecrypt :: FilePath -> IO String
gpgDecrypt f = ifM (doesFileExist f)
( readProcess "gpg" ["--decrypt", f]