chef-ssh-hardening icon indicating copy to clipboard operation
chef-ssh-hardening copied to clipboard

policycoreutils-python-utils not a valid package for rhel/fedora. v2.9.0

Open vishmit123 opened this issue 4 years ago • 0 comments

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

vishmit123 avatar Feb 04 '21 07:02 vishmit123