Skip to content

Commit

Permalink
Add ocil prefix to the macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Mar 11, 2024
1 parent 13d2d86 commit 767501c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ identifiers:
cce@rhel9: CCE-86891-9

ocil: |-
{{{ systemd_mount_enabled("tmp") }}}
{{{ ocil_systemd_mount_enabled("tmp") }}}
ocil_clause: "the tmp.mount unit is masked or disabled"

Expand Down
2 changes: 1 addition & 1 deletion shared/macros/10-ocil.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ JINJA MACRO ERROR - Unknown init system '{{{ init_system }}}'.
:type mount: str

#}}
{{%- macro systemd_mount_enabled(mount) %}}
{{%- macro ocil_systemd_mount_enabled(mount) %}}
Run the following command to determine the current status of the
<code>{{{ mount }}}</code> mount:
<pre>$ sudo systemctl is-active {{{ mount }}}.mount</pre>
Expand Down

0 comments on commit 767501c

Please sign in to comment.