jlambert121 / jlambert121-puppet

Puppet module to manage puppet and puppetserver (java)
Apache License 2.0
5 stars 23 forks source link

Exposed ability to set number of jruby instances and set a sane default. #32

Closed jbehrends closed 9 years ago

jbehrends commented 9 years ago

This sets the default to a sane value that's sized to the machine your running this on. But this can be overwritten if required..

Puppetlabs documentation here: https://docs.puppetlabs.com/puppetserver/latest/configuration.html#puppetserverconf

Defaults to ‘num-cpus - 1’, with a minimum default value of 1 and a maximum default value of 4.

jlambert121 commented 9 years ago

Thanks (and for including a test)!