mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
Fix jinja template for export
This commit is contained in:
parent
d095dbb7d2
commit
f2692fd14c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{% for export in salt['pillar.get']('nfs:server:exports') %}
|
||||
{{ export[0] }} {{ export[1] }}
|
||||
{{ export }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue