aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/file.lisp2
1 files changed, 2 insertions, 0 deletions
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))