From 4315b429f8f39772bef5fc2175859a55ae513714 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 5 May 2022 08:29:25 -0300 Subject: 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 --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') 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")))) -- cgit v1.2.3