aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:41:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 18:41:00 -0700
commitb3880f863cdf55d19b12250081d56a6723dbe490 (patch)
tree2ec8a1924c33437c91c75299ea25a7a1c3d14d44 /consfigurator.asd
parent504830e8dc948f0d5bf40bafe00cf73e9ad9bb5e (diff)
downloadconsfigurator-b3880f863cdf55d19b12250081d56a6723dbe490.tar.gz
add DATA.SSH-ASKPASS and use it to simplify the quick start guide
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 3d3f743..4fea201 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -57,7 +57,8 @@
(:file "src/data/asdf")
(:file "src/data/pgp")
(:file "src/data/git-snapshot")
- (:file "src/data/gpgpubkeys"))
+ (:file "src/data/gpgpubkeys")
+ (:file "src/data/ssh-askpass"))
:in-order-to ((test-op (test-op "consfigurator/tests"))))
(defsystem "consfigurator/tests"