summaryrefslogtreecommitdiff
path: root/Propellor/PrivData.hs
diff options
context:
space:
mode:
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]