Vishmit Agrawal
Results
1
issues of
Vishmit Agrawal
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