diff --git a/CHANGELOG.md b/CHANGELOG.md index a14448b..fceb044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the cinc-omnibus cookb ## Unreleased +- Use cinc omnibus-toolchain for RHEL-10 + ## 1.2.0 - *2024-11-15* - Add support for RHEL-10 diff --git a/libraries/helpers.rb b/libraries/helpers.rb index 707a4a8..638f583 100644 --- a/libraries/helpers.rb +++ b/libraries/helpers.rb @@ -199,6 +199,8 @@ def build_user_shell def cinc_omnibus? if (ppc64le? || s390x?) && el? && node['platform_version'].to_i == 9 true + elsif el? && node['platform_version'].to_i >= 10 + true elsif ppc64le? && debian? true elsif ppc64le? && ubuntu?