Remove iteritems

This commit is contained in:
Rashit Azizbaev 2015-02-11 15:16:33 +03:00
parent 01e7f8cd27
commit b9149acb96

View file

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