Skip to content

ghoneycutt/puppet-module-rpcbind

Repository files navigation

puppet-module-rpcbind

Build Status

Puppet module to manage rpcbind


Compatibility

This module is built for use with Puppet v3 Ruby versions 1.8.7, 1.9.3, 2.0.0 and 2.1.0 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