No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Sam Kottler 5f323c6e7a Merge pull request #3 from github/let-sysfsutils-rule
Rely on sysfsutils refresh to apply settings
2016-11-04 17:29:31 -04:00
manifests Remove extra subscribe since we have a notifying arrow 2016-11-04 16:00:12 -04:00
Readme.markdown Fix link to puppet-concant 2012-01-28 12:44:53 +01:00

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;
}