mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00
Add persist and mnmnt as example
This commit is contained in:
parent
01374aef0e
commit
c48a5e099d
1 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,6 @@ nfs:
|
|||
mountpoint: "/some/path"
|
||||
location: "hostname:/path"
|
||||
opts: "vers=3,rsize=65535,wsize=65535"
|
||||
persist: True
|
||||
mkmnt: True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue