aboutsummaryrefslogtreecommitdiff
path: root/src/deployment.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-08 23:26:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-10 21:31:38 -0700
commit2024a53b528f13f68e1687641c82c3a6ed44e537 (patch)
treee99e1b4d8e869ea4bcfc61496a831b68f0be20ae /src/deployment.lisp
parent1f6fb887879f6443339ce5469b933e248c8c5e7b (diff)
downloadconsfigurator-2024a53b528f13f68e1687641c82c3a6ed44e537.tar.gz
DEPLOYS-THESE: accept a string for HOST parameter
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 a845168..147bfa6 100644
--- a/src/deployment.lisp
+++ b/src/deployment.lisp
@@ -293,7 +293,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 (ensure-host host) properties))
nil))
(:hostattrs
(declare (ignore connections properties))