aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-05-05 08:29:25 -0300
committerSean Whitton <spwhitton@spwhitton.name>2022-05-05 12:26:10 -0700
commit4315b429f8f39772bef5fc2175859a55ae513714 (patch)
tree68528f246b07ac8d76e51e6933c6baae5b20450c /consfigurator.asd
parent7712c51df4f60d134451a9da3f11bb3f006991a0 (diff)
downloadconsfigurator-4315b429f8f39772bef5fc2175859a55ae513714.tar.gz
introduce the pass(1) data source
IDEN1 is mapped to a containing directory beneath a user defined pass(1) store, and IDEN2 completes the path to a gpg encrypted file. Signed-off-by: David Bremner <david@tethera.net>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index fb24fcc..a565fb3 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -95,6 +95,7 @@
(:file "src/data/gpgpubkeys")
(:file "src/data/ssh-askpass")
(:file "src/data/local-file")
+ (:file "src/data/pass")
(:file "src/data/files-tree"))
:in-order-to ((test-op (test-op "consfigurator/tests"))))