mirror of
https://github.com/saltstack-formulas/rsyncd-formula.git
synced 2025-07-22 00:21:57 +02:00
jinja error fixed in secrets template
This commit is contained in:
parent
630bbcd55f
commit
8f5ef98b38
@ -1,3 +1,3 @@
|
||||
{% for key, value in salt['pillar.get']('rsyncd:secrets').iteritems() %}
|
||||
{key}:{value}
|
||||
{% endfor%}
|
||||
{{key}}:{{value}}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user