1
0
Fork 0
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
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
# Group privilege specification
{%- for group,specs in groups.items() %}
{%- for spec in specs %}
%{{ group }} {{ spec }}
{{ group }} {{ spec }}
{%- endfor %}
{%- endfor %}