diff --git a/CHANGELOG.md b/CHANGELOG.md index df243de..0639dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- resolved cookstyle error: recipes/nodejs_from_source.rb:26:6 refactor: `Chef/Correctness/InvalidPlatformInCase` ## 10.1.22 - *2024-11-19* - Update default version to current LTS diff --git a/recipes/nodejs_from_source.rb b/recipes/nodejs_from_source.rb index 8bb1033..f3c32da 100644 --- a/recipes/nodejs_from_source.rb +++ b/recipes/nodejs_from_source.rb @@ -23,7 +23,7 @@ build_essential 'install build tools' case node['platform'] -when 'rhel', 'fedora', 'amazon' +when 'redhat', 'fedora', 'amazon' # The ark resource uses and requires python2 for builds package %w(openssl-devel python3 tar) # debian-12 & ubuntu 2204 need python 3