-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-9114) Mitigate FIPS issues in CentOS 8.3 (#142)
* Added: * update_package_from_centos_stream method * install_latest_package_on method * Fixed: * Removed some of the extraneous calls to facter * Automatically pull the CentOS 8 kernel to the latest version in CentOS-Stream to work around issues on FIPS systems [SIMP-9114] #comment Update beaker helpers to work around FIPS issue
- Loading branch information
1 parent
a4fb053
commit b2c6857
Showing
3 changed files
with
86 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Simp; end | ||
|
||
module Simp::BeakerHelpers | ||
VERSION = '1.20.1' | ||
VERSION = '1.21.0' | ||
end |