aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-11 13:28:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-11 13:28:54 -0700
commita69deb5a8cb438ffe2bce70feac3ded3b4125b3b (patch)
tree9945cbec56c6214911c36a90e1f63c76d8fad87e /src/property
parentff6520afb558497e8f052289c5365021800bd666 (diff)
downloadconsfigurator-a69deb5a8cb438ffe2bce70feac3ded3b4125b3b.tar.gz
FILE:{DATA,SECRET}-UPLOADED: add descriptions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-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))