Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vishmit123 opened this issue Feb 4, 2021 · 0 comments

Comments

@vishmit123
Copy link

vishmit123 commented Feb 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant