mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
Merge pull request #9 from abednarik/fix_deprecated_iteritems_method
Replace deprecated iteritems() with items()
This commit is contained in:
commit
ae5aef7aff
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