jinja error fixed in secrets template

This commit is contained in:
Martin Hoefling 2015-05-03 19:11:01 +02:00
parent 630bbcd55f
commit 8f5ef98b38
1 changed files with 2 additions and 2 deletions

View File

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