salt.modules.nfs3

Module for managing NFS version 3.

salt.modules.nfs3.del_export(exports='/etc/exports', path=None)

Remove an export

CLI Example:

salt '*' nfs.del_export /media/storage
salt.modules.nfs3.list_exports(exports='/etc/exports')

List configured exports

CLI Example:

salt '*' nfs.list_exports

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.3.3

Previous topic

salt.modules.neutron

Next topic

salt.modules.nftables