fix(2.0.0): correct the description of 2.2.1.4.(a,b)

Signed-off-by: Naoki Oketani <okepy.naoki@gmail.com>
This commit is contained in:
Naoki Oketani 2021-01-05 13:26:30 +09:00
parent fcdd2a9cfc
commit d035a10f86

View file

@ -2706,7 +2706,7 @@ groups:
Configure `chrony` to run as the `chrony` user by configuring the appropriate startup script for your distribution. Startup scripts are typically stored in `/etc/init.d` or `/etc/systemd`.
scored: true
- id: 2.2.1.4.a
description: "Ensure ntp is configured"
description: "Ensure systemd-timesyncd is configured"
audit: "systemctl is-enabled systemd-timesyncd.service"
tests:
test_items:
@ -2725,7 +2725,7 @@ groups:
scored: true
- id: 2.2.1.4.b
description: "Ensure ntp is configured"
description: "Ensure systemd-timesyncd is configured"
audit: "timedatectl status"
type: manual
remediation: |