aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-17 23:53:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 09:55:57 -0700
commitccd57253996fc279215f607dd04002ee8ac9a078 (patch)
tree39642b705c2607aff9ae275cc3f9d2c6c998eca1 /src/deployment.lisp
parentcf92e8a7379ceaae4f8f226c1540047df065aa01 (diff)
downloadconsfigurator-ccd57253996fc279215f607dd04002ee8ac9a078.tar.gz
%CONSFIGURE no longer assumes that :HOSTATTRS have been run
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index d4a7500..ebef6f4 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -22,8 +22,8 @@
(defun %consfigure (connections host)
"Configurator's primary loop, recursively binding *CONNECTION* and *HOST*.
-Assumes HOST has already had its :HOSTATTRS subroutines run, and arguments to
-connections in CONNECTIONS have been both normalised and preprocessed."
+Assumes arguments to connections in CONNECTIONS have been both normalised and
+preprocessed."
(labels
((apply-propspec (propspec)
(let ((propapp (eval-propspec propspec)))