Skip to content

Commit

Permalink
Merge pull request #12108 from alanmcanonical/utc_grep
Browse files Browse the repository at this point in the history
Fix ocil text of rule ensure_rtc_utc_configuration
dodys authored Jul 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 52f5a63 + eac0685 commit ed34d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 %}}

0 comments on commit ed34d4a

Please sign in to comment.