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 --- src/package.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 1bbf7b6..e719a64 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1023,5 +1023,8 @@ (package :consfigurator.data.local-file) + (package :consfigurator.data.pass + (:use #:consfigurator.data.util)) + (package :consfigurator.data.files-tree (:use #:consfigurator.data.util))) -- cgit v1.2.3