Forge Home

nisclient

Manage the NIS client

12,092 downloads

9,163 latest version

3.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.1.0 (latest)
  • 1.0.0 (deleted)
released Jan 22nd 2016
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'ericsson-nisclient', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ericsson-nisclient
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ericsson-nisclient --version 1.1.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: nis, yp, nisclient, qas, vas

Documentation

ericsson/nisclient — version 1.1.0 Jan 22nd 2016

puppet-module-nisclient

Puppet module to manage a NIS client

Build Status

===

Compatability

This module has been tested to work on the following systems with Puppet v3 (with and without the future parser) and Puppet v4 with Ruby versions 1.8.7, 1.9.3, 2.0.0 and 2.1.0.

  • EL 5
  • EL 6
  • Suse 11
  • Solaris 10
  • Solaris 11
  • Ubuntu 12.04 LTS

===

Parameters

domainname

NIS domain name

  • Default: value of domain fact

server

NIS server hostname or IP

  • Default: '127.0.0.1'

broadcast

Boolean. On Linux, enable ypbind broadcast mode. If both broadcast and server options are specified, broadcast mode will be used.

  • Default: false

package_ensure

ensure attribute for NIS client package

  • Default: installed

package_name

String or Array of NIS client package(s). 'USE_DEFAULTS' will use platform specific defaults provided by the module.

  • Default: 'USE_DEFAULTS'

service_ensure

ensure attribute for NIS client service

  • Default: running

service_name

String name of NIS client service. 'USE_DEFAULTS' will use platform specific defaults provided by the module.

  • Default: 'USE_DEFAULTS'