From dba0f85e99ecff7b166fd94795fc0f376c2df8ee Mon Sep 17 00:00:00 2001 From: david Date: Sat, 22 Aug 2020 15:08:16 +0000 Subject: Added a comment --- ...ent_3_51eff7a4898830a1adaa30da2b311c41._comment | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_3_51eff7a4898830a1adaa30da2b311c41._comment diff --git a/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_3_51eff7a4898830a1adaa30da2b311c41._comment b/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_3_51eff7a4898830a1adaa30da2b311c41._comment new file mode 100644 index 00000000..2e948dd0 --- /dev/null +++ b/doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_3_51eff7a4898830a1adaa30da2b311c41._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="david" + avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221" + subject="comment 3" + date="2020-08-22T15:08:16Z" + content=""" +In this special case I don't really need privData, I worked around it by running `gpg`. +I'm not sure if my usecase is common enough to warrant extending `Propellor.Property.Gpg` + +[[!format haskell \"\"\" + & Cmd.cmdProperty \"gpg\" [ \"--output\" + , debugMeKeyFile + , \"--batch\" + , \"--yes\" + , \"--export\" + , \"7A18807F100A4570C59684207E4E65C8720B706B\" + ] + `changesFile` debugMeKeyFile + `requires` rootGpg + +\"\"\"]] + +"""]] -- cgit v1.2.3