mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-05-22 17:24:22 +02:00
Attempt fix on authorized_keys file.
This commit is contained in:
parent
43dda59694
commit
0422f5da40
@ -1,6 +1,5 @@
|
|||||||
{% for name, user in pillar.get('users', {}).items() if user.absent is not defined or not user.absent %}
|
{% for name, user in pillar.get('users', {}).items() if user.absent is not defined or not user.absent -%}
|
||||||
|
{% for auth in user['ssh_auth'] -%}
|
||||||
{% for auth in user['ssh_auth'] %}
|
{{ auth }}
|
||||||
ssh_auth_{{ name }}_{{ loop.index0 }} {{ auth }}
|
{% endfor -%}
|
||||||
{% endfor %}
|
{% endfor -%}
|
||||||
{% endfor %}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user