chef-ssh-hardening
chef-ssh-hardening copied to clipboard
policycoreutils-python-utils not a valid package for rhel/fedora. v2.9.0
attributes/default.rb
if node['platform_family'] == 'fedora' || # rubocop:disable Style/ConditionalAssignment node['platform_family'] == 'rhel' && node['platform_version'].to_f >= 8 default['ssh-hardening']['selinux']['package'] = 'policycoreutils-python-utils' else default['ssh-hardening']['selinux']['package'] = 'policycoreutils-python' end