diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 12:06:04 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 12:06:04 -0400 |
| commit | 7acbfea4b9471c3aae6add1b86d18bb765c678ec (patch) | |
| tree | 9952feb95ecf35ff748647e8a1f0db426da5cfe7 /Propellor/PrivData.hs | |
| parent | de8cff543c861df7976f8ca544c2536186251a00 (diff) | |
propellor spin
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] |
