Module for managing NFS version 3.
Add an export
CLI Example:
salt '*' nfs3.add_export path='/srv/test' hosts='127.0.0.1' options=['rw']
Remove an export
CLI Example:
salt '*' nfs.del_export /media/storage
List configured exports
CLI Example:
salt '*' nfs.list_exports
Trigger a reload of the exports file to apply changes
CLI Example:
salt '*' nfs3.reload_exports
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.nfs3.html