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

Fix ocil text of rule ensure_rtc_utc_configuration #12108

Merged
merged 1 commit into from
Jul 1, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
<pre># timedatectl status | grep -i "time zone"</pre>
<pre># Time zone: UTC (UTC, +0000)</pre>
{{% else %}}
Expand Down
Loading