introduce Clear Linux OS to the __sshd_config type

This commit is contained in:
romain-dartigues 2024-02-10 20:54:57 +01:00
parent 21055f2779
commit 41309043c6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ state_should=$(cat "${__object:?}/parameter/state")
case ${os}
in
(alpine|centos|fedora|redhat|scientific|debian|devuan|ubuntu)
(alpine|centos|clear-linux-os|fedora|redhat|scientific|debian|devuan|ubuntu)
if test "${state_should}" != 'absent'
then
__package openssh-server --state present