Parcourir la source

Use contents_pillar to work with multiple-line authorized_keys file

tags/v0.45.0
Imran Iqbal il y a 9 ans
Parent
révision
984317fca1
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. +2
    -3
      users/init.sls

+ 2
- 3
users/init.sls Voir le fichier

{{ auth }} {{ auth }}
{% endfor -%} {% endfor -%}
{% else %} {% 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 %} {%- endfor %}
{% endif %} {% endif %}
{% endif %} {% endif %}

Chargement…
Annuler
Enregistrer