0
0
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:
W Arthur 2018-08-14 13:27:37 +00:00 committed by GitHub
commit 32952b9877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}