mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
6 lines
157 B
Smarty
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 %}
|