aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-26 13:42:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-27 08:33:17 -0700
commitb1688ced028a63e6817e97f490ecf081d45c14c9 (patch)
tree5280fb4cc0ed1dfc4e47a127c9e547c4b9793602 /consfigurator.asd
parent03e93e96fdc7b4dd17e24a101202a25fb6d20c1e (diff)
downloadconsfigurator-b1688ced028a63e6817e97f490ecf081d45c14c9.tar.gz
factor out SHELL-WRAP-CONNECTION superclass
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index bcd7940..35d7296 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -18,6 +18,7 @@
(:file "src/deployment")
(:file "src/connection/local")
(:file "src/data")
+ (:file "src/connection/shell-wrap")
(:file "src/connection/ssh")
(:file "src/connection/sudo")
(:file "src/connection/debian-sbcl")