salt-common/sls/users/files/authorized_keys.tpl
2018-09-08 20:08:02 +03:00

6 lines
157 B
Smarty

{% for comment, keys in salt['pillar.get']('users:present:'+user+':keys').items() %}
{% for key in keys %}
{{ key }} {{ comment }}
{% endfor %}
{% endfor %}