mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
Replace deprecated iteritems() with items()
This commit is contained in:
parent
32015e2d1f
commit
21244e3bc1
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue