Skip to content

Commit

Permalink
Merge pull request #46 from tacerus/enabled
Browse files Browse the repository at this point in the history
fix(defaults): set enabled
  • Loading branch information
baby-gnu authored Mar 12, 2024
2 parents 47c6222 + 9b21807 commit dacb54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
^^^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions nfs/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
nfs:
enabled: true
mount_opts: null
mkmnt: true
persist_mount: true
Expand Down

0 comments on commit dacb54e

Please sign in to comment.