Replace deprecated iteritems() with items()

This commit is contained in:
abednarik 2015-11-16 22:13:58 -03:00
parent 32015e2d1f
commit 21244e3bc1

View file

@ -3,7 +3,7 @@
include:
- nfs.client
{% for m in salt['pillar.get']('nfs:mount').iteritems() %}
{% for m in salt['pillar.get']('nfs:mount').items() %}
{{ m[1].mountpoint }}:
mount.mounted:
- device: {{ m[1].location }}