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

4 lines
104 B
Plaintext
Raw Permalink Normal View History

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