From a69deb5a8cb438ffe2bce70feac3ded3b4125b3b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 11 Nov 2021 13:28:54 -0700 Subject: FILE:{DATA,SECRET}-UPLOADED: add descriptions Signed-off-by: Sean Whitton --- src/property/file.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/property') diff --git a/src/property/file.lisp b/src/property/file.lisp index 0d89d82..2c5e69f 100644 --- a/src/property/file.lisp +++ b/src/property/file.lisp @@ -133,6 +133,7 @@ any of the regular expressions PATTERNS." (:apply (mrun "rm" "-rf" directories))) (defprop data-uploaded :posix (iden1 iden2 destination) + (:desc #?"${destination} installed") (:hostattrs (declare (ignore destination)) (require-data iden1 iden2)) @@ -149,6 +150,7 @@ any of the regular expressions PATTERNS." (data-uploaded (get-hostname) destination destination)) (defprop secret-uploaded :posix (iden1 iden2 destination) + (:desc #?"${destination} installed") (:hostattrs (declare (ignore destination)) (require-data iden1 iden2)) -- cgit v1.2.3