rpcbind: rpcbind class
Manages rpcbind package and service.
Puppet strings documentation available at http://ghoneycutt.github.io/puppet-module-rpcbind/index.html
This module is built for use with the latest versions of Puppet v4 and
v5 with the ruby version packaged in the all-in-one installer. See
.travis.yml for the supported matrix of versions.
Supports the following platforms.
- Debian 8
- Debian 9
- EL 6
- EL 7
- Suse 11
- Suse 12
- Ubuntu 14.04 LTS
- Ubuntu 16.04 LTS
- Ubuntu 18.04 LTS
include ::rpcbindThe following parameters are available in the rpcbind class.
Data type: String
Value used for the ensure attribute of the rpcbind package resource.
Default value: 'installed'
Data type: String
Value used for the name attribute of the rpcbind package resource.
Default value: 'rpcbind'
Data type: Boolean
Boolean used for the enable attribute of the rpcbind service resource.
Default value: true
Data type: String
Value used for the ensure attribute of the rpcbind service resource.
Default value: 'running'
Data type: String
Value used for the name attribute of the rpcbind service resource.
Default value: 'rpcbind'