Add items()

This commit is contained in:
Rashit Azizbaev 2015-02-11 15:34:40 +03:00
parent b9149acb96
commit 9d092a1aee

View file

@ -1,3 +1,3 @@
{% for dir, opts in salt['pillar.get']('nfs:server:exports') %}
{% for dir, opts in salt['pillar.get']('nfs:server:exports').items() %}
{{ dir }} {{ opts }}
{% endfor %}