mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
13 lines
291 B
YAML
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
|