Version information
released Apr 5th 2017
Start using this module
Add this module to your Puppetfile:
mod 'danfoster-sysfs', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
danfoster/sysfs — version 0.2.0 Apr 5th 2017
sysfs
Table of Contents
- Overview
- Usage - Configuration options and additional functionality
- Development - Guide for contributing to the module
Overview
A module for managing sysfs settings.
Usage
include sysfs
sysfs::setting { 'class/block/sdb/queue/read_ahead_kb':
value => 8
}
Settings can also be defined in hiera under the sysfs::settings
hash, e.g.
sysfs::settings:
'class/block/sdb/queue/rotational':
value: 0
'class/block/sdb/queue/read_ahead_kb':
value: 8
Development
Pull requests greafully recieved.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-concat ()