aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-19 11:39:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 09:39:14 -0700
commite3753b9a7aff439bae48821789925e73b42704c4 (patch)
tree82cfe8b65d31aafc5d05980aa012f33cc3cf3dd6
parent50915cdb6080aff3f0c29a369efd29aa5e47e5f2 (diff)
downloadconsfigurator-e3753b9a7aff439bae48821789925e73b42704c4.tar.gz
CHROOT:DEPLOYS-THESE: accept a string for HOST parameter
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/chroot.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 3e30702..ecf7698 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -112,7 +112,8 @@ starting services in the chroot, and set up access to parent hostattrs."
(:desc #?"Subdeployment of ${root}")
(consfigurator:deploys
`((:chroot :into ,root))
- (%make-child-host (replace-propspec-into-host host properties))))
+ (%make-child-host
+ (replace-propspec-into-host (ensure-host host) properties))))
(defproplist os-bootstrapped-for :lisp
(options root host &optional additional-properties