less annotations

main
vitrinekast 8 months ago
parent d731f2b67e
commit aeff5f6cd9

@ -220,23 +220,15 @@ user_deleted : {{ user_deleted }}
{% if groups_created|length > 0 %} {% if groups_created|length > 0 %}
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</p> <p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=groupadd -r --output-fields=MESSAGE</p>
<mark>
This command shows whether groups were added today.
</mark>
{{ log_output(groups_created) }} {{ log_output(groups_created) }}
<mark> <mark>
These new working groups were added today. They might be used for creating new projects, maintaining or These new working groups were added today. They might be used for creating new projects, maintaining or
managing parts of the server, or for organizational purposes. managing parts of the server, or for organizational purposes.
</mark> </mark>
{% endif %} {% endif %}
{% if groups_removed|length > 0 %} {% if groups_removed|length > 0 %}
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=grouPremove -r --output-fields=MES</p> <p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=grouPremove -r --output-fields=MES</p>
<mark>
This command shows whether groups were removed today.
</mark>
{{ log_output(groups_removed) }} {{ log_output(groups_removed) }}
<mark> <mark>
@ -247,9 +239,6 @@ user_deleted : {{ user_deleted }}
{% if user_modified|length > 0 %} {% if user_modified|length > 0 %}
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</p> <p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=usermod -r</p>
<mark>
This command shows whether users were modified today.
</mark>
{{ log_output(user_modified) }} {{ log_output(user_modified) }}
@ -262,9 +251,6 @@ user_deleted : {{ user_deleted }}
{% if user_deleted|length > 0 %} {% if user_deleted|length > 0 %}
<p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</p> <p><em>tldr@chopchop:~ $</em>sudo journalctl _COMM=userdel -r</p>
<mark>
This command shows whether users were removed today.
</mark>
{{ log_output(user_deleted) }} {{ log_output(user_deleted) }}

Loading…
Cancel
Save