aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-19 10:39:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-19 10:39:47 -0700
commit2c7e2d4920245c4c2b926fc88ca535838761e6ea (patch)
tree53b9ac1a66157301919c6710c887b019abd2c287 /consfigurator.asd
parent0f084a239349e3a9090e52e3ea7b8aad4c643ac3 (diff)
downloadconsfigurator-2c7e2d4920245c4c2b926fc88ca535838761e6ea.tar.gz
add :CHROOT and :CHROOT.SHELL connection types to consfigurator.asd
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index f269261..b487645 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -24,7 +24,9 @@
(:file "src/connection/ssh")
(:file "src/connection/sudo")
(:file "src/connection/debian-sbcl")
+ (:file "src/connection/chroot")
(:file "src/connection/chroot/fork")
+ (:file "src/connection/chroot/shell")
(:file "src/property/cmd")
(:file "src/property/file")
(:file "src/property/os")