8 lines
228 B
Text
8 lines
228 B
Text
|
{%- if config.command is string -%}
|
||
|
{{ for_user }} {{ config.privileges }}: {{ config.command }}
|
||
|
{%- else -%}
|
||
|
{% for command in config.command -%}
|
||
|
{{ for_user }} {{ config.privileges }}: {{ command }}
|
||
|
{% endfor %}
|
||
|
{%- endif -%}
|