aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/file.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 1bfda29..4af2e27 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -98,7 +98,8 @@ CONTENT can be a list of lines or a single string."
(containing-directory-exists destination)
(maybe-writefile-data destination iden1 iden2 :mode #o600)))
-(defprop host-secret-uploaded :posix (destination)
+(defprop host-secret-uploaded :posix
+ (destination &aux (destination (unix-namestring destination)))
(:hostattrs
(require-data (get-hostname) destination))
(:apply