Install Chef Server Task Log:
- export DEBIAN_FRONTEND=noninteractive
- DEBIAN_FRONTEND=noninteractive
- source /usr/share/opencenter-agent/plugins/lib/bash/opencenter.sh
++ OS_TYPE=undef
- id_OS
- '[' -f /etc/lsb-release ']'
++ grep DISTRIB_ID /etc/lsb-release
++ cut -d= -f2
++ tr '[:upper:]' '[:lower:]'
- OS_TYPE=
- CHEF_SERVER_VERSION=11.0.4-1
- [[ '' = \d\e\b\i\a\n ]]
- [[ '' = \u\b\u\n\t\u ]]
- [[ '' = \r\e\d\h\a\t ]]
- [[ '' = \c\e\n\t\o\s ]]
- [[ '' = \f\e\d\o\r\a ]]
- echo 'Your distribution is not supported'
Your distribution is not supported
- exit 1
You can see that OS_TYPE is blank and so we fall through to distro unsupported'
Install Chef Server Task Log:
++ OS_TYPE=undef
++ grep DISTRIB_ID /etc/lsb-release
++ cut -d= -f2
++ tr '[:upper:]' '[:lower:]'
Your distribution is not supported
You can see that OS_TYPE is blank and so we fall through to distro unsupported'