mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-05-21 23:52:31 +02:00
Merge f25100522fa2c5da73021ecacdee211d8b3ee6d8 into 76a3db1b3b939822e9809fb31de90296c1c77dc5
This commit is contained in:
commit
32952b9877
@ -94,7 +94,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
|||||||
# Group privilege specification
|
# Group privilege specification
|
||||||
{%- for group,specs in groups.items() %}
|
{%- for group,specs in groups.items() %}
|
||||||
{%- for spec in specs %}
|
{%- for spec in specs %}
|
||||||
%{{ group }} {{ spec }}
|
{{ group }} {{ spec }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user