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

Fixed misspelling of receive #441

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions tasks/section_5/cis_5.1.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
- set_remote_syslog is failed
- set_remote_syslog.rc != 257

- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to recieve logs from a remote client"
- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to receive logs from a remote client"
when:
- rhel8cis_rule_5_1_1_7
tags:
Expand All @@ -187,7 +187,7 @@
- rule_5.1.1.7
notify: Restart_rsyslog
block:
- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to recieve logs from a remote client. | When not log host"
- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to receive logs from a remote client. | When not log host"
when: not rhel8cis_system_is_log_server
ansible.builtin.replace:
path: /etc/rsyslog.conf
Expand All @@ -199,7 +199,7 @@
- '^(module\(load="imtcp"\))'
- '^(input\(type="imtcp")'

- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to recieve logs from a remote clients. | When log host"
- name: "5.1.1.7 | PATCH | Ensure rsyslog is not configured to receive logs from a remote clients. | When log host"
when: rhel8cis_system_is_log_server
ansible.builtin.replace:
path: /etc/rsyslog.conf
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.1.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
state: started
enabled: true

- name: "5.1.2.1.4 | PATCH | Ensure journald is not configured to recieve logs from a remote client"
- name: "5.1.2.1.4 | PATCH | Ensure journald is not configured to receive logs from a remote client"
when:
- not rhel8cis_system_is_log_server
- rhel8cis_rule_5_1_2_1_4
Expand Down
Loading