Skip to content

A puppet module for managing sysfs settings

Notifications You must be signed in to change notification settings

nexcess/puppet-sysfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysfs

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Development - Guide for contributing to the module

Overview

A module for managing sysfs settings.

Usage

include sysfs

sysfs::setting { 'class/block/sdb/queue/read_ahead_kb':
  value => 8
}

Settings can also be defined in hiera under the sysfs::settings hash, e.g.

sysfs::settings:
  'class/block/sdb/queue/rotational':
    value: 0
  'class/block/sdb/queue/read_ahead_kb':
    value: 8

Development

Pull requests gratefully recieved.

About

A puppet module for managing sysfs settings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 64.5%
  • Ruby 31.7%
  • Shell 3.8%