limits

deprecated
Defined resource type for managing /etc/security/limits

727,727 downloads

727,727 latest version

3.1 quality score

Version information

  • 0.1.0 (latest)
released Jun 2nd 2015
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • RedHat
    ,
    CentOS
    ,
    OracleLinux
    ,
    Scientific
    ,
    Debian
    ,
    Ubuntu
This module has been deprecated by its author since Nov 11th 2020.

The author has suggested saz-limits as its replacement.

Start using this module

Documentation

puppetlabs/limits — version 0.1.0 Jun 2nd 2015

Limits module for Puppet

Description

Module for managing pam limits in /etc/security/limits.conf

Usage

limits::fragment

You can also use hiera with this module, to match the example above, you can use the following configuration

In your hiera/host yaml configuration:

limits::fragment: "/soft/nofile": value: '1024' "/hard/nofile": value: '8192'

Your site.pp or other configuration should include the following: