aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-03 16:55:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-03 16:55:18 -0700
commit2cea8861a53a13c4e39abfe9a2622acd1edcb91e (patch)
tree716983cc514f4c36e9c72d3f6116bd2b85d7850b /src/deployment.lisp
parent0624f13536c3481b6c824c812323ccde03923c0c (diff)
downloadconsfigurator-2cea8861a53a13c4e39abfe9a2622acd1edcb91e.tar.gz
DEPLOYS-THESE: fix :PREPROCESS subroutine
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/deployment.lisp')
-rw-r--r--src/deployment.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deployment.lisp b/src/deployment.lisp
index 8f95f3f..fa79e81 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -270,7 +270,8 @@ PROPERTIES, like DEPLOY-THESE."
(:desc (declare (ignore connections host properties)) "Subdeployment")
(:preprocess
(list (preprocess-connections connections)
- (preprocess-host (replace-propspec-into-host host properties))))
+ (preprocess-host (replace-propspec-into-host host properties))
+ nil))
(:hostattrs
(declare (ignore connections properties))
(%propagate-hostattrs host))