# puppet-sysfs **Repository Path**: mirrors_github/puppet-sysfs ## Basic Information - **Project Name**: puppet-sysfs - **Description**: Module to manage sysfs settings - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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; }