mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-16 01:30:25 +00:00
5 lines
131 B
Text
5 lines
131 B
Text
{% from "nfs/map.jinja" import nfs with context %}
|
|
|
|
nfs-client-deps:
|
|
pkg.installed:
|
|
- pkgs: {{ nfs.pkgs_client|json }}
|