Forge Home

rpcbind

Puppet module for rpcbind/portmap setup

15,907 downloads

6,252 latest version

2.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.1 (latest)
  • 1.0.0
  • 0.1.3
  • 0.1.1
  • 0.1.0
released Jan 2nd 2018

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'desalvo-rpcbind', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add desalvo-rpcbind
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install desalvo-rpcbind --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: rpcbind

Documentation

desalvo/rpcbind — version 1.0.1 Jan 2nd 2018

puppet-rpcbind

Puppet module for setting up rpcbind/portmap services.

Table of Contents

  1. Overview - What is the rpcbind module?
  2. Usage

Overview

This module is a simple configurator for rpcbind/portmap services.

Usage

Setting up rpcbind

class {'rpcbind': }

Contributors

Release Notes

1.0.1

  • Check if packages and service are already defined

1.0.0

  • Puppet 4 support
  • Do not enable service on RHEL 7

0.1.3

  • Fix OS detection in params

0.1.2

  • Add support for Centos 7

0.1.1

  • Add support for Debian OS family

0.1.0

  • Initial version