0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2025-08-04 06:34:38 +02:00
rsyncd-formula/rsyncd/files/secrets.jinja
2015-05-03 00:34:43 +02:00

4 lines
99 B
Django/Jinja

{% for key, value in salt['pillar.get']('rsyncd:secrets').iteritems() %}
{key}:{value}
{% endfor%}