nfs-formula/nfs/defaults.yaml

16 lines
322 B
YAML
Raw Normal View History

2019-11-20 16:22:54 +01:00
---
nfs:
2019-11-20 16:22:54 +01:00
mount_opts: None
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