From eac068566b68a0421d11d6163e15a329cf0ba06c Mon Sep 17 00:00:00 2001 From: wqian Date: Mon, 1 Jul 2024 03:55:49 +0100 Subject: [PATCH] Fix ocil text of rule ensure_rtc_utc_configuration --- .../guide/system/logging/ensure_rtc_utc_configuration/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml b/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml index e54eb0aef64..c3af6733ed3 100644 --- a/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml +++ b/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml @@ -33,7 +33,7 @@ ocil_clause: 'the system real-time clock is not configured to use UTC as its tim ocil: |- To verify that the system real-time clock is set to UTC or GMT, run the following command: - {{% if product in ['sle12','sle15'] %}} + {{% if product in ['sle12','sle15'] or 'ubuntu' in product %}}
# timedatectl status | grep -i "time zone"
# Time zone: UTC (UTC, +0000)
{{% else %}}