aboutsummaryrefslogtreecommitdiff
path: root/src/property/sshd.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:38:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:38:57 -0700
commit8512a850bf9692052295e5242378011882d85976 (patch)
treeb5c5c9649e5a62f99796d27156f771aed19c0cf8 /src/property/sshd.lisp
parentf08df5cc392f16e5a702fbac4be0504842f30f00 (diff)
downloadconsfigurator-8512a850bf9692052295e5242378011882d85976.tar.gz
OS:TYPECASE->OS:ETYPECASE & OS:HOST-TYPECASE->OS:HOST-ETYPECASE
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 78881a7..6e8cca2 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -21,7 +21,7 @@
(defproplist installed :posix ()
"Install an OpenSSH server."
(:desc "OpenSSH server installed")
- (os:typecase
+ (os:etypecase
(debianlike (apt:installed "openssh-server"))))
(defprop configured :posix (&rest pairs)