You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
The updated RHEL-07-010492 block in fix-cat2.yml in v1.3.1 explicitly references /boot/efi/EFI/redhat/grub.cfg, which will fail on CentOS systems.
Expected Behavior
Task should succeed on CentOS.
Actual Behavior
Task fails on CentOS due to nonexistent path/file.
Control(s) Affected
RHEL-07-010492
Environment (please complete the following information):
As always thank you for highlighting this issue and supplying a resolution. I have raised a new PR for this today and hope to get this pushed through asap.
I just noticed i closed this in error a little early before the PR was approved. The fix is now in dev and will be rolled in main hopefully later today.
Please feel free to reopen if i have missed anything.
Describe the Issue
The updated RHEL-07-010492 block in fix-cat2.yml in v1.3.1 explicitly references /boot/efi/EFI/redhat/grub.cfg, which will fail on CentOS systems.
Expected Behavior
Task should succeed on CentOS.
Actual Behavior
Task fails on CentOS due to nonexistent path/file.
Control(s) Affected
RHEL-07-010492
Environment (please complete the following information):
Possible Solution
Replace:
RHEL7-STIG/tasks/fix-cat2.yml
Line 893 in 2b4a30c
With:
path: "{{ rhel7stig_bootloader_path }}/grub.cfg"
The text was updated successfully, but these errors were encountered: