nfs-formula/README.md
Imran Iqbal fd7e247bc7 Add ability to unmount nfs shares
* 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
2015-06-16 07:16:28 +01:00

558 B

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