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

Logic to conditionally-create user.cfg files to support EFI-booted systems. #490

Merged
merged 30 commits into from
Mar 13, 2024

Conversation

ferricoxide
Copy link
Member

Closes #487

@ferricoxide
Copy link
Member Author

image

@ferricoxide ferricoxide requested a review from a team March 11, 2024 19:41
Copy link
Member

@lorengordon lorengordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this isn't quite going to work the way we want... It will execute both cat1.RHEL-08-010140 and cat1.RHEL-08-010150 on every system, both EFI-booted and BIOS-booted systems. The require is used only for ordering, and only cancels depending states if the required state fails. But "no changes" or "skip" are counted as "success". Which means the states operating on grubUserFile, which is the same file in each case, will execute twice.

ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls Outdated Show resolved Hide resolved
ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls Outdated Show resolved Hide resolved
ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls Outdated Show resolved Hide resolved
ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls Outdated Show resolved Hide resolved
ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls Outdated Show resolved Hide resolved
@ferricoxide ferricoxide requested a review from lorengordon March 13, 2024 19:10
@ferricoxide ferricoxide merged commit 348e891 into plus3it:master Mar 13, 2024
10 checks passed
@ferricoxide ferricoxide deleted the Issue_487 branch March 13, 2024 20:03
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

Successfully merging this pull request may close these issues.

[Feature Request] Ensure that UEFI Bootloader Password Is Configured On EFI-Enabled Systems
2 participants