Skip to content

Commit

Permalink
Fixes #33566 - don't install wget on RHEL 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
ares authored and lzap committed Sep 29, 2021
1 parent f78b0ee commit 2e400f6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -241,7 +241,9 @@ ntp
chrony
-ntp
<% end -%>
<% if rhel_compatible && os_major < 9 -%>
wget
<% end -%>
@Core
<% if host_param_true?('fips_enabled') -%>
<%= snippet 'fips_packages' %>
Expand Down

0 comments on commit 2e400f6

Please sign in to comment.