mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-17 10:10:31 +00:00

* Complements mount.mounted by using mount.unmounted * Since device parameter causes warnings on older minion versions, included a test to determine whether the parameter should be used * Other changes include: - Update pillar.example to show how unmount is to be used - Update README to include `nfs.mount` and `nfs.unmount` - Add standard manual edit warning to managed exports file
36 lines
558 B
Markdown
36 lines
558 B
Markdown
nfs-formula
|
|
===========
|
|
|
|
Available states
|
|
================
|
|
|
|
.. contents::
|
|
:local:
|
|
|
|
``nfs.server``
|
|
---------------
|
|
|
|
Install nfs server components
|
|
|
|
``nfs.client``
|
|
---------------
|
|
|
|
Install nfs client components
|
|
|
|
``nfs.mount``
|
|
---------------
|
|
|
|
Mount nfs shares via. pillar using the following parameters:
|
|
* mountpoint
|
|
* location
|
|
* opts: default => "vers=3"
|
|
* persist: default => True
|
|
* mkmnt: default => True
|
|
|
|
``nfs.unmount``
|
|
---------------
|
|
|
|
Unmount nfs shares via. pillar using the following parameters:
|
|
* mountpoint
|
|
* location
|
|
* persist: default => False
|