aboutsummaryrefslogtreecommitdiff
path: root/src/property/hostname.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-29 13:52:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-29 13:52:01 -0700
commitfb89c160bad4fff16e54812b60ddc74f3c957fef (patch)
tree5be6e644f3a902527e4bef49cd9db1afb27c5249 /src/property/hostname.lisp
parenta0f514ded6a2e53c1cb12ede4cf394aaa15cf025 (diff)
downloadconsfigurator-fb89c160bad4fff16e54812b60ddc74f3c957fef.tar.gz
add descriptions to some recently added properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/hostname.lisp')
-rw-r--r--src/property/hostname.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/hostname.lisp b/src/property/hostname.lisp
index 5a93431..0ff8828 100644
--- a/src/property/hostname.lisp
+++ b/src/property/hostname.lisp
@@ -25,6 +25,7 @@
"Specify that the hostname of this host is HOSTNAME.
Useful for hosts implicitly defined inline using dotted propapp notation.
Unlikely to be useful for hosts defined using DEFHOST."
+ (:desc #?"Hostname is ${hostname}")
(:hostattrs (push-hostattrs :hostname hostname)))
(defpropspec configured :posix