Procházet zdrojové kódy

fixed insertion of multiple authorized keys via ssh_auth_pillar

tags/v0.45.0
Silvio Kunaschk před 7 roky
rodič
revize
23c5df2130
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      users/init.sls

+ 2
- 1
users/init.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit