Selaa lähdekoodia

Fixed indentation in key contents for authorized_keys

tags/v0.45.0
Shane Poage 9 vuotta sitten
vanhempi
commit
a0d7d9fa6e
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      users/init.sls

+ 3
- 3
users/init.sls Näytä tiedosto

@@ -173,9 +173,9 @@ users_authorized_keys_{{ name }}:
{% endfor -%}
{% else %}
- contents: |
{%- for key_name, pillar_name in user['ssh_auth_pillar'].items() %}
{{ salt['pillar.get'](pillar_name + ':' + key_name + ':pubkey', '') }}
{%- endfor %}
{%- for key_name, pillar_name in user['ssh_auth_pillar'].iteritems() %}
{{ salt['pillar.get'](pillar_name + ':' + key_name + ':pubkey', '') }}
{%- endfor %}
{% endif %}
{% endif %}


Loading…
Peruuta
Tallenna