summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid2020-08-22 15:08:16 +0000
committeradmin2020-08-22 15:08:16 +0000
commitdba0f85e99ecff7b166fd94795fc0f376c2df8ee (patch)
treee2a553d8e2d487bad6c16035145df6b43b204ed7
parent424216d3d3dbb6cc37c2c090ecb35b878efdef27 (diff)
Added a comment
-rw-r--r--doc/forum/propellor_can__39__t_find_privdata_for_gpg_pubkey/comment_3_51eff7a4898830a1adaa30da2b311c41._comment23
1 files changed, 23 insertions, 0 deletions
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
+
+\"\"\"]]
+
+"""]]