mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-10 23:01:45 +00:00
7 lines
163 B
Text
7 lines
163 B
Text
{% from "nfs/map.jinja" import nfs with context %}
|
|
|
|
{% if nfs.pkgs_client %}
|
|
nfs-client:
|
|
pkg.installed:
|
|
- pkgs: {{ nfs.pkgs_client|json }}
|
|
{% endif %}
|