mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-08-04 00:08:24 +02:00
user/group fix
This commit is contained in:
@@ -37,12 +37,12 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
||||
{% endfor %}
|
||||
|
||||
# User privilege specification
|
||||
{% for user,spec in users %}
|
||||
{% for user,spec in users.items() %}
|
||||
{{ user }} {{ spec }}
|
||||
{% endfor %}
|
||||
|
||||
# Group privilege specification
|
||||
{% for group,spec in groups %}
|
||||
{% for group,spec in groups.items() %}
|
||||
%{{ group }} {{ spec }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user