Merge pull request #9 from abednarik/fix_deprecated_iteritems_method

Replace deprecated iteritems() with items()
This commit is contained in:
Brian Jackson 2015-11-16 23:22:17 -08:00
commit ae5aef7aff

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 }}