0
0
mirror of https://github.com/saltstack-formulas/rsyncd-formula.git synced 2024-11-28 09:58:35 +01:00
rsyncd-formula/rsyncd/files/secrets.jinja

4 lines
99 B
Plaintext
Raw Normal View History

2015-05-02 00:06:42 +02:00
{% for key, value in salt['pillar.get']('rsyncd:secrets').iteritems() %}
{key}:{value}
{% endfor%}