An open API service indexing awesome lists of open source software.

https://github.com/github/puppet-sysfs

Module to manage sysfs settings
https://github.com/github/puppet-sysfs

Last synced: 8 months ago
JSON representation

Module to manage sysfs settings

Awesome Lists containing this project

README

          

# Sysfs puppet module

Manage sysfs-settings on Debian/Ubuntu, it will reload sysfsutils
automatically

## Dependencies
- [puppet-concat](https://github.com/ripienaar/puppet-concat)

## Example

# enable ksm
sysfs::setting {
"kernel/mm/ksm/run":
value => 1;
}