Skip to content

dsundq/puppet-module-rpcbind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Puppet module to manage rpcbind

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 79.1%
  • Puppet 20.9%