nfs-formula/nfs/server.sls
2015-01-27 13:26:41 +00:00

5 lines
131 B
Text

{% from "nfs/map.jinja" import nfs with context %}
nfs-server-deps:
pkg.installed:
- pkgs: {{ nfs.pkgs_server|json }}