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

[stabilization] Fix rule chronyd_or_ntpd_set_maxpoll #11977

Conversation

jan-cerny
Copy link
Collaborator

This is a back port of #11960 to the stabilization-v0.1.73 branch.

Rule chronyd_or_ntpd_set_maxpoll was failing Ansible remediation in the STIG profile.

The reason was that the configuration was changed by a remediation for chronyd_specify_remote_server which was executed later than remediation for chronyd_or_ntpd_set_maxpoll. This problem will be fixed by explicit ordering for the rule chronyd_specify_remote_server, which will be put before chronyd_or_ntpd_set_maxpoll. This change will put chronyd_specify_remote_server before other rules in the ntp group.

Fixes: #11934

This change will put chronyd_specify_remote_server before
other rules in the ntp group.

Fixes: ComplianceAsCode#11934
@jan-cerny jan-cerny added this to the 0.1.73 milestone May 9, 2024
Copy link

github-actions bot commented May 9, 2024

Start a new ephemeral environment with changes proposed in this pull request:

Fedora Environment
Open in Gitpod

Oracle Linux 8 Environment
Open in Gitpod

Copy link

github-actions bot commented May 9, 2024

🤖 A k8s content image for this PR is available at:
ghcr.io/complianceascode/k8scontent:11977
This image was built from commit: a01d2eb

Click here to see how to deploy it

If you alread have Compliance Operator deployed:
utils/build_ds_container.py -i ghcr.io/complianceascode/k8scontent:11977

Otherwise deploy the content and operator together by checking out ComplianceAsCode/compliance-operator and:
CONTENT_IMAGE=ghcr.io/complianceascode/k8scontent:11977 make deploy-local

@Mab879 Mab879 self-assigned this May 9, 2024
@Mab879 Mab879 added the bugfix Fixes to reported bugs. label May 9, 2024
@jan-cerny jan-cerny added the backported-into-stabilization PRs which were cherry-picked during stabilization process. label May 9, 2024
@Mab879
Copy link
Member

Mab879 commented May 9, 2024

/packit retest-failed

@Mab879 Mab879 merged commit 7d8620b into ComplianceAsCode:stabilization-v0.1.73 May 9, 2024
103 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-into-stabilization PRs which were cherry-picked during stabilization process. bugfix Fixes to reported bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants