mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
8 lines
338 B
Text
8 lines
338 B
Text
########################################################################
|
|
# File managed by Salt at <{{ source }}>.
|
|
# Your changes will be overwritten.
|
|
########################################################################
|
|
#
|
|
{% for dir, opts in salt['pillar.get']('nfs:server:exports', {}).items() -%}
|
|
{{ dir }} {{ opts }}
|
|
{% endfor -%}
|