Skip to content

Commit

Permalink
EL8/9: Install iputils
Browse files Browse the repository at this point in the history
Beaker assumes that the ping binary exists. in EL8 and EL9 that's
provided by iputils.
  • Loading branch information
bastelfreak committed Jul 24, 2024
1 parent dbd0f43 commit 53e99f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/host_prebuilt_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module HostPrebuiltSteps
SLEEPWAIT = 5
TRIES = 5
AMAZON2023_PACKAGES = %w[chrony]
RHEL8_PACKAGES = %w[chrony]
RHEL8_PACKAGES = %w[chrony iputils] # iputils provides ping. beaker assumes that's present
FEDORA_PACKAGES = %w[chrony]
UNIX_PACKAGES = %w[curl ntpdate]
FREEBSD_PACKAGES = ['curl', 'perl5|perl']
Expand Down

0 comments on commit 53e99f0

Please sign in to comment.