Explorar el Código

Use contents_pillar to work with multiple-line authorized_keys file

lookup-fix-3
Imran Iqbal hace 9 años
padre
commit
984317fca1
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      users/init.sls

+ 2
- 3
users/init.sls Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar