- 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 'rpcbind'
Please consult the REFERENCE.md
file for all parameters.
This module is compatible with the latest release of Puppet verions 5
and 6. Please see metadata.json
for a list of supported platforms. See
.travis.yml
for a matrix of tested Ruby and Puppet versions.
Supports the following platforms.
- Debian 8
- Debian 9
- EL 6
- EL 7
- EL 8
- Suse 11
- Suse 12
- Suse 15
- Ubuntu 16.04 LTS
- Ubuntu 18.04 LTS
- Ubuntu 20.04 LTS
See CONTRIBUTING.md
for information related to the development of this
module.