nfs-formula/nfs/defaults.yaml
2018-03-23 10:17:32 +01:00

13 lines
291 B
YAML

nfs:
mount_opts: "vers=3"
mkmnt: True
persist_mount: True
persist_unmount: False
export_template: 'salt://nfs/files/exports'
# for most Linux distributions:
pkgs_server:
- nfs-common
- nfs-kernel-server
pkgs_client:
- nfs-common
service_name: nfs-kernel-server