From 21cb78ab1a9c42f519e93ca8b441b058b50ae42d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 15 Dec 2021 08:44:31 -0400 Subject: add :FILES-TREE data source This allows the user to conveniently maintain a set of files in their consfig tree (or elsewhere) for deployment as data. Signed-off-by: David Bremner --- consfigurator.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index 4ba46b1..61f1208 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -92,7 +92,8 @@ (:file "src/data/git-snapshot") (:file "src/data/gpgpubkeys") (:file "src/data/ssh-askpass") - (:file "src/data/local-file")) + (:file "src/data/local-file") + (:file "src/data/files-tree")) :in-order-to ((test-op (test-op "consfigurator/tests")))) (defsystem "consfigurator/tests" -- cgit v1.2.3