Issue #1214 has been updated by James Turnbull. Status changed from Accepted to Closed
---------------------------------------- Feature #1214: Enhanced RedHat init script wth mongrel support https://projects.puppetlabs.com/issues/1214 Author: Frank Sweetser Status: Closed Priority: Normal Assignee: Todd Zullinger Category: Red Hat Target version: Patch: Insufficient Affected Puppet version: 0.25.4 Keywords: Branch: I've taken the [[RedHat]] init scripted posted at http://reductivelabs.com/trac/puppet/wiki/UsingMongrel and merged it with the existing stock version. Essentially, it adds support for two new settings in /etc/sysconfig/puppetmaster: PUPPETMASTER_SERVER_TYPE This can be set to WEBBRICK (the default) or MONGREL. If set to MONGREL, it will launch multiple instances of puppetmasterd with --servertype mongrel. PUPPETMASTER_PORTS A list of ports. If you're using the mongrel server, the script will start up an instance of puppetmasterd for each port in the list. If you don't add either of those options to your /etc/sysconfig/puppetmaster file, the default will be to behave exactly as the current script does, so users can safely upgrade to this script without risk of breaking existing behavior. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
