aboutsummaryrefslogtreecommitdiff
path: root/src/property/gnupg.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-24 10:10:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-24 10:10:08 -0700
commit33fdc2a3a738447e9cf6ac25b55e10308211506d (patch)
treee1d6c848dc2ceea0ec2a444defad01caa4bc75b5 /src/property/gnupg.lisp
parent9a0dc40e662b0968017908b4227a0d6208bd4ba4 (diff)
downloadconsfigurator-33fdc2a3a738447e9cf6ac25b55e10308211506d.tar.gz
GNUPG:PUBLIC-KEY-IMPORTED: accept spaces in the fingerprint
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/gnupg.lisp')
-rw-r--r--src/property/gnupg.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property/gnupg.lisp b/src/property/gnupg.lisp
index 48eabbe..84a8caf 100644
--- a/src/property/gnupg.lisp
+++ b/src/property/gnupg.lisp
@@ -22,6 +22,8 @@
"Import the PGP public key identified by FINGERPRINT to gpg's default
keyring."
(:desc #?"PGP public key ${fingerprint} imported")
+ (:preprocess
+ (list (remove #\Space fingerprint)))
(:hostattrs
(require-data "--pgp-pubkey" fingerprint))
(:check