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
- Host: GitHub
- URL: https://github.com/github/puppet-sysfs
- Owner: github
- Archived: true
- Fork: true (luxflux/puppet-sysfs)
- Created: 2013-08-09T18:27:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T21:29:34.000Z (over 9 years ago)
- Last Synced: 2024-09-29T00:40:56.973Z (over 1 year ago)
- Language: Puppet
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 31
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
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;
}