luxflux / puppet-sysfs

Module to manage sysfs settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sysfs puppet module

Manage sysfs-settings on Debian and Red Hat based systems, it will reload sysfsutils automatically

Dependencies

Example

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

About

Module to manage sysfs settings


Languages

Language:Puppet 100.0%