mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-07 04:51:44 +00:00
fix(defaults): set enabled
Avoid render failure if called without a defined pillar and assume service should be enabled if not stated otherwise. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
47c6222789
commit
9b218074e5
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