Version information
released Jan 18th 2016
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'lgbarn-sysctl', '0.5.0'
Learn more about managing modules with a PuppetfileDocumentation
lgbarn/sysctl — version 0.5.0 Jan 18th 2016
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with sysctl
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
This module will install a basic template for sysctl kernel parameters.
Module Description
This module edits the default /etc/sysctl.conf and re-reads sysctl.
Setup
What sysctl affects
- /etc/sysctl.conf
Beginning with sysctl
Install module with sudo puppet module install sysctl
or use r10k.
Usage
Use the following syntax to get this module working:
include sysctl
or
class { 'sysctl': }
Reference
Classes
Public Classes
sysctl
: Installs and configures sysctl on your server.
####Private Classes
sysctl::config
: Configures the module.sysctl::conf
: Configures kernel parameters .sysctl::install
: Does nothing.sysctl::params
: Handle parameters to module.
Limitations
This module has only been tested on RedHat,CentOS and it derivatives. All other distributions are not supported.
Development
This module is public and can be found on github here
Dependencies
- puppetlabs-stdlib (>= 3.2.0 < 5.0.0)