aboutsummaryrefslogtreecommitdiff
path: root/src/property/sshd.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 09:41:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:47:03 -0700
commitc85b361044c1621b2d48597da36e427618aabc67 (patch)
tree07bacb6bb2967af73c77bd4e6e0ab37556fa6782 /src/property/sshd.lisp
parent006d3969bad1f84c0133a36ed9a623b59bd01c0e (diff)
downloadconsfigurator-c85b361044c1621b2d48597da36e427618aabc67.tar.gz
add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstring
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/sshd.lisp')
-rw-r--r--src/property/sshd.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/sshd.lisp b/src/property/sshd.lisp
index ba224e0..7f35195 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -54,7 +54,7 @@ refuses to proceed if root has no authorized_keys."
(defprop has-host-public-key :posix (type public-key)
"Records an SSH public key of type TYPE as identifying this host."
(:desc #?"Has SSH host key of type ${type}")
- (:hostattrs (push-hostattrs 'host-public-key (cons type public-key))))
+ (:hostattrs (push-hostattr 'host-public-key (cons type public-key))))
(defproplist has-host-key :posix (type public-key)
"Installs the host key whose public part is PUBLIC-KEY and is of type TYPE.