- Overview
- Usage - Configuration options and additional functionality
- Development - Guide for contributing to the module
A module for managing sysfs settings.
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
Pull requests greafully recieved.