From b981a5e783d491de1aad59abb5db8469b73c1080 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 16 Feb 2021 18:39:13 -0700 Subject: move code into an src/ subdir Signed-off-by: Sean Whitton --- src/data/pgp.lisp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/data/pgp.lisp (limited to 'src/data/pgp.lisp') diff --git a/src/data/pgp.lisp b/src/data/pgp.lisp new file mode 100644 index 0000000..c5affa5 --- /dev/null +++ b/src/data/pgp.lisp @@ -0,0 +1,8 @@ +(in-package :consfigurator.data.pgp) + +;;;; Simple PGP-encrypted file source of prerequisite data + +;; We provide an implementation of REGISTER-DATA-SOURCE and functions for the +;; user to call at the REPL to add pieces of data, see what's there, etc. (a +;; prerequisite data source which was some sort of external file-generating or +;; secrets storage database might not provide any functions for the REPL). -- cgit v1.2.3