Skip to content

Commit

Permalink
add suggested rules to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Nov 23, 2023
1 parent 51971d5 commit 6e60138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions linux_os/guide/services/ntp/service_ntp_enabled/rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ warnings:
- general:
{{% if prodtype == "rhel7" %}}
The <pre>ntp.service</pre> Systemd unit is not available in {{{
full_name }}}. <pre>ntpd.service</pre> should be used instead.
full_name }}}. <pre>ntpd.service</pre> should be used instead together with the respective <pre>service_ntpd_enabled</pre> rule..
{{% else %}}
The <pre>ntp</pre> package is not available in {{{ full_name }}}. Please
consider the <pre>chrony</pre> package instead.
consider the <pre>chrony</pre> package instead together with the respective <pre>service_chronyd_enabled</pre> rule.
{{% endif %}}
{{% endif %}}
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ template:
warnings:
- general:
This package is not available in {{{ full_name }}}. The correct package
is called audispd-plugins.
is called <pre>audispd-plugins</pre>. The rule <pre> is suggested as a replacement.
{{% endif %}}

0 comments on commit 6e60138

Please sign in to comment.