- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with rpcbind
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
The rpcbind module ensures that rpcbind is running. This is most often used
in conjunction with NFS.
By default this module ensures that the rpcbind package exists and the service is running and set to start at boot.
Declare the main rpcbind class.
You can manage all interaction with rpcbind through the main rpcbind class.
With the default options, the module ensures that rpcbind is running.
include rpcbindPlease consult the REFERENCE.md file for all parameters.
This module is compatible with the latest release of Puppet verions 6
and 7. Please see metadata.json for a list of supported platforms.
Supports the following platforms.
- Debian 9
- Debian 10
- EL 7
- EL 8
- Suse 15
- Ubuntu 18.04 LTS
- Ubuntu 20.04 LTS
See CONTRIBUTING.md for information related to the development of this
module.