Procházet zdrojové kódy

Use contents_pillar to work with multiple-line authorized_keys file

lookup-fix-3
Imran Iqbal před 9 roky
rodič
revize
984317fca1
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +2
    -3
      users/init.sls

+ 2
- 3
users/init.sls Zobrazit soubor

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

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