Fixed indentation in key contents for authorized_keys
This commit is contained in:
parent
ff189c1613
commit
a0d7d9fa6e
@ -173,9 +173,9 @@ users_authorized_keys_{{ name }}:
|
|||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% else %}
|
{% else %}
|
||||||
- contents: |
|
- contents: |
|
||||||
{%- for key_name, pillar_name in user['ssh_auth_pillar'].items() %}
|
{%- for key_name, pillar_name in user['ssh_auth_pillar'].iteritems() %}
|
||||||
{{ salt['pillar.get'](pillar_name + ':' + key_name + ':pubkey', '') }}
|
{{ salt['pillar.get'](pillar_name + ':' + key_name + ':pubkey', '') }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user