basho-labs / puppet-riak

A puppet module to deploy Riak clusters
Apache License 2.0
33 stars 37 forks source link

Allow ulimits to be managed externally #38

Closed samjsharpe closed 10 years ago

samjsharpe commented 10 years ago

I like to manage my /etc/security/limits.conf file for my servers (as it's not specific to riak) via another method.

This commit makes it possible to disable the riak module's default behaviour of trying to manage the /etc/security/limits.conf file, which will cause a resource conflict if also defined in another module.

haf commented 10 years ago

Thanks @samjsharpe