nfs-formula/nfs/defaults.yaml

17 lines
338 B
YAML
Raw Permalink Normal View History

2019-11-20 16:22:54 +01:00
---
nfs:
enabled: true
mount_opts: null
2019-11-20 16:22:54 +01:00
mkmnt: true
persist_mount: true
persist_unmount: false
2018-03-23 21:16:02 +01:00
exports_file: '/etc/exports'
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