GitHub - Rylon/puppet-sysctl: Puppet module to manage sysctl

= Requirements

= Overview

This modules allows to configure sysctl.

= Installing

Clone the puppet-sysctl project into your modules directory, then ensure you import the module into your manifests:

  import "puppet-sysctl"

= Usage
  
  node "mynode" inherits ... {
    sysctl::value { "vm.nr_hugepages": value => "1583"}
  }

= License

 Copyright (C) 2011 Immerda Project Group
 Author mh <mh@immerda.ch>
 Modified by Nicolas Zin <nicolas.zin@savoirfairelinux.com>
 Licence: GPL v2