0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2024-11-27 23:07:56 +01:00
rsyncd-formula/rsyncd/files/secrets.jinja
2015-05-03 19:11:01 +02:00

4 lines
104 B
Django/Jinja

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