Forge Home

rpcbind

Manage rpcbind

30,523 downloads

1,285 latest version

5.0 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

  • 3.0.0 (latest)
  • 2.6.0
  • 2.5.0
  • 2.4.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.7.0
  • 1.6.1
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.2
  • 1.2.1
  • 1.1.0
released Sep 5th 2021
This version is compatible with:
  • Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x
  • Puppet >= 6.0.0 < 8.0.0
  • , , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'ghoneycutt-rpcbind', '3.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install ghoneycutt-rpcbind --version 3.0.0

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: nfs, rpcbind

Documentation

ghoneycutt/rpcbind — version 3.0.0 Sep 5th 2021

rpcbind

Table of Contents

  1. Module Description - What the module does and why it is useful
  2. Setup - The basics of getting started with rpcbind
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Module description

The rpcbind module ensures that rpcbind is running. This is most often used in conjunction with NFS.

Setup

What rpcbind affects

By default this module ensures that the rpcbind package exists and the service is running and set to start at boot.

Beginning with rpcbind

Declare the main rpcbind class.

Usage

You can manage all interaction with rpcbind through the main rpcbind class. With the default options, the module ensures that rpcbind is running.

Minimum usage

include 'rpcbind'

Parameters to configure class.

Please consult the REFERENCE.md file for all parameters.

Limitations

This module is compatible with the latest release of Puppet verions 6 and 7. Please see metadata.json for a list of supported platforms.

Supports the following platforms.

  • Debian 9
  • Debian 10
  • EL 7
  • EL 8
  • Suse 15
  • Ubuntu 18.04 LTS
  • Ubuntu 20.04 LTS

Development

See CONTRIBUTING.md for information related to the development of this module.