1
0
Fork 0
mirror of synced 2024-05-29 13:21:10 -04:00
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 %}