Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 894 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 894 Bytes

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.

  • EL 5
  • EL 6
  • SLES 11
  • Ubuntu 12.04 LTS

===

Parameters

domainname

NIS domain name

  • Default: example.com

server

NIS server hostname or IP

  • Default: 127.0.0.1

package_ensure

ensure attribute for NIS client package

  • Default: installed

package_name

name of NIS client package

  • Default: undef (OS default)

service_ensure

ensure attribute for NIS client service

  • Default: running

service_name

name of NIS client service

  • Default: undef (OS default)