forked from ungleich-public/cdist
introduce Clear Linux OS to the __sshd_config type
This commit is contained in:
parent
21055f2779
commit
41309043c6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ state_should=$(cat "${__object:?}/parameter/state")
|
||||||
|
|
||||||
case ${os}
|
case ${os}
|
||||||
in
|
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'
|
if test "${state_should}" != 'absent'
|
||||||
then
|
then
|
||||||
__package openssh-server --state present
|
__package openssh-server --state present
|
||||||
|
|
Loading…
Reference in a new issue