diff options
Diffstat (limited to 'Propellor/PrivData.hs')
| -rw-r--r-- | Propellor/PrivData.hs | 3 |
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] |
