puppet-ulimit/templates/limits.erb
Clark Boylan e20182f0e5 Add ulimit module.
A new module that provides a define to add a file to
/etc/security/limits.d for each limit line defined. This can be used
to limit the number of processes a user can have.

Change-Id: I7d1074ec85dbf3e212c0eccbe4e6e926b56f561c
2012-06-27 10:12:53 -07:00

3 lines
141 B
Plaintext

# This file is managed by puppet. Manual changes will be ignored.
<%= limit_domain %> <%= limit_type %> <%= limit_item %> <%= limit_value %>