mirror of
https://github.com/github/puppet-sysfs
synced 2026-07-21 02:33:46 +00:00
No description
- Puppet 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| manifests | ||
| Readme.markdown | ||
Sysfs puppet module
Manage sysfs-settings on Debian/Ubuntu, it will reload sysfsutils automatically
Dependencies
Example
# enable ksm
sysfs::setting {
"kernel/mm/ksm/run":
value => 1;
}