Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions etc/kayobe/inventory/group_vars/cis-hardening/cis
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ update_audit_template: true
# Allow IP forwarding
rhel9cis_is_router: true

# Skip enabling gpgcheck on all yum repos.
# This conflicts with our configured doca repos, which need gpgcheck disabled.
rhel9cis_rule_1_2_2: false

# Skip configuration of chrony
rhel9cis_rule_2_1_1: false
rhel9cis_rule_2_1_2: false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
The RHEL9 CIS Rule 1.2.2 has been disabled, to stop globally enabling
gpgchecks on all yum repos. This fixes an issue where custom repos
would have the check incorrectly enabled, even when explicitly
configured not to.
Loading