forked from ungleich-public/cdist
[type/__sshd_config] Whitelist OpenBMC in manifest
This commit is contained in:
parent
ecba284fc8
commit
e47c4dd8a4
1 changed files with 7 additions and 0 deletions
|
@ -39,7 +39,14 @@ in
|
||||||
(freebsd|netbsd|openbsd)
|
(freebsd|netbsd|openbsd)
|
||||||
# whitelist
|
# whitelist
|
||||||
;;
|
;;
|
||||||
|
(openbmc-phosphor)
|
||||||
|
# whitelist
|
||||||
|
# OpenBMC can be configured with dropbear and OpenSSH.
|
||||||
|
# If dropbear is used, the state explorer will already fail because it
|
||||||
|
# cannot find the sshd binary.
|
||||||
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
: "${__type:?}" # make shellcheck happy
|
||||||
printf 'Your operating system (%s) is currently not supported by this type (%s)\n' \
|
printf 'Your operating system (%s) is currently not supported by this type (%s)\n' \
|
||||||
"${os}" "${__type##*/}" >&2
|
"${os}" "${__type##*/}" >&2
|
||||||
printf 'Please contribute an implementation for it if you can.\n' >&2
|
printf 'Please contribute an implementation for it if you can.\n' >&2
|
||||||
|
|
Loading…
Reference in a new issue