Introduce Clear Linux OS #372

Closed
romain-dartigues wants to merge 8 commits from romain-dartigues/cdist:rd/clear-linux-os into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 41309043c6 - Show all commits

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