Extending Puppetmaster module with Passenger
If you manage large farm of servers then most probably you experienced performance problems time to time. To solve puppetmaster problems with handling many of concurrent SSL connections the best solution is switch from WEBrick to Apache2 as gateway for puppet agents.
I can recommend implemented by my team the puppet master module which uses our passenger module.
More details about problems with WEBrick you can find in issue here
Comments