Version information
released Feb 19th 2014
Start using this module
Add this module to your Puppetfile:
mod 'arusso-nscd', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
arusso/nscd — version 0.0.2 Feb 19th 2014
nscd Module
Introduction
This module manages the nscd service, and nscd.conf
Usage
Non-Hiera Example
class { 'nscd': netgroup_enable_cache = 'no' }
Hiera Example
# in manifest
include nscd
# in hiera
---
nscd::netgroup_enable_cache: 'no'
nscd::service_ensure: 'undef'
License
See LICENSE file
Copyright
Copyright © 2014 The Regents of the University of California
Contact
Aaron Russo arusso@berkeley.edu
Support
Please log tickets and issues at the Projects site
2014-02-19 Aaron Russo arusso@berkeley.edu - 0.0.2
- fix hiera lookups to match documentation
- split out config and install from top-level class
2014-02-19 Aaron Russo arusso@berkeley.edu - 0.0.1
- initial release
Dependencies
- puppetlabs/stdlib (>= 2.4.0)