aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-01 12:17:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-01 14:47:27 -0700
commit0a540d0374f85773181896b731f2f373d28e21ae (patch)
treec3fedc03a5aa03430906a0d024ae5536fe9cf27e /src/data.lisp
parent8bcc29d72c41906f32353cd9df15c500bf7d89c8 (diff)
downloadconsfigurator-0a540d0374f85773181896b731f2f373d28e21ae.tar.gz
attempt to implement DEPLOYS and DEPLOYS-THESE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.lisp b/src/data.lisp
index a264030..0b68cd9 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -409,7 +409,7 @@ achieved by sending the return value of this function into a REPL's stdin."
(require "asdf")
(let ((*standard-output* *error-output*))
,(wrap load-forms))
- ,(wrap `((deploy* ',remaining-connections ,*host*)))))))))
+ ,(wrap `((%consfigure ',remaining-connections ,*host*)))))))))
(defun request-lisp-systems ()
"Request that all Lisp systems required by the host currently being deployed