Skip to content

ghoneycutt/puppet-module-rpcbind

Repository files navigation

puppet-module-rpcbind

Build Status

Puppet module to manage rpcbind

To use this module, simply include ::rpcbind


Compatibility

This module is built for use with Puppet v3 (with and without the future parser) and Puppet v4 with Ruby versions 1.8.7, 1.9.3, 2.0.0, 2.1.0 and 2.3.1 on the following platforms.

  • Debian 6
  • EL 6
  • Suse 10
  • Suse 11
  • Suse 12
  • Ubuntu 12.04 LTS
  • Ubuntu 14.04 LTS

Parameters

package_ensure

String value for ensure attribute.

  • Default: 'installed'

package_name

Package(s) to be installed. Accepts string or array.

  • Default: 'rpcbind'

service_enable

Boolean value for enable attribute.

  • Default: true

service_ensure

String value for ensure attribute.

  • Default: 'running'

service_name

String of service name.

  • Default: based on osfamily