arioch / puppet-ulimit

Puppet module to manage Ulimit on Linux hosts
Other
11 stars 29 forks source link

Updates to allow for arrays to be used in defined type's parameters. #8

Closed Jake151 closed 2 years ago

Jake151 commented 8 years ago

By using the array it reduces the number of files required in limits.d by grouping together the domain.

bschonec commented 7 years ago

` The implementation here doesn't actually produce a valid ulimits file (at least for me). When using the examples set forth in the README.md, I get the following invalid output: ulimit::rule {'example3': ulimit_domain => '*', ulimit_type => ['soft', 'soft'], ulimit_item => ['nofile', 'nproc'], ulimit_value => ['1024', 'unlimited']; } [root@ltstd004 limits.d]# cat 80_example3.conf

#