mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-07 04:51:44 +00:00
commit
dacb54e483
2 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,8 @@ Available states
|
|||
``nfs.server``
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Install nfs server components
|
||||
- Install NFS server components
|
||||
- If ``nfs:enabled`` is set to ``true`` (the default), enable the NFS service - if set to ``false``, ensure it is stopped
|
||||
|
||||
``nfs.client``
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
nfs:
|
||||
enabled: true
|
||||
mount_opts: null
|
||||
mkmnt: true
|
||||
persist_mount: true
|
||||
|
|
Loading…
Add table
Reference in a new issue