aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-09 12:55:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 12:30:17 -0700
commitdee05622a94e2803d232892b376aba70328c21e6 (patch)
treebc51a8edee0db1a3f0109e40ca760997ac3a45e0 /src/property/installer.lisp
parent720ee21a0905d36cf29af49ce8b6d572296dddb6 (diff)
downloadconsfigurator-dee05622a94e2803d232892b376aba70328c21e6.tar.gz
replace some functions with a new :CONSFIGURATOR-CACHE connattr
This simplifies the API. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/installer.lisp')
-rw-r--r--src/property/installer.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 5e68e4f..fbe574b 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -273,7 +273,8 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE."
#P"/root/.cache/consfigurator/"))))
(setf (get-connattr :remote-user) "root"
(get-connattr :remote-home) "/root"
- (get-connattr :XDG-CACHE-HOME) #P"/root/.cache/")
+ (get-connattr :XDG-CACHE-HOME) #P"/root/.cache/"
+ (get-connattr :consfigurator-cache) #P"/root/.cache/consfigurator/")
(posix-login-environment "root" "/root")
;; Remount (mainly virtual) filesystems that other properties we will