Skip to content

Commit

Permalink
Fix rsyslog section numbering to match CIS doc (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
eastokes authored and pchaigno committed Dec 21, 2016
1 parent a58e5e6 commit 2cfa28f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/section_08_level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- section8.2
- section8.2.1

- name: 8.2.2 Ensure the rsyslog Service is activated (Scored)
- name: 8.2.2.1 Ensure the rsyslog Service is activated (check) (Scored)
command: grep 'start on filesystem' /etc/rsyslog.conf
register: startonfilesystem
changed_when: False
Expand All @@ -26,9 +26,9 @@
tags:
- section8
- section8.2
- section8.2.5
- section8.2.2

- name: 8.2.5.2 Configure rsyslog to Send Logs to a Remote Log Host (start rsyslog) (Scored)
- name: 8.2.2.2 Ensure the rsyslog Service is activated (Scored)
lineinfile:
dest=/etc/rsyslog.conf
line='start on filesystem'
Expand All @@ -38,7 +38,7 @@
tags:
- section8
- section8.2
- section8.2.5
- section8.2.2

- name: 8.2.3 Configure /etc/rsyslog.conf (Not Scored)
lineinfile:
Expand Down

0 comments on commit 2cfa28f

Please sign in to comment.