Hi

>> If you'd like to run puppetmaster in a mongrel cluster you have to start X
>> instances of puppetmaster with servertype set to mongrel. With this patch
>> you can add more than one port to the sysconfig file and puppetmaster will
>> automatically be started with severtype set to mongrel.
>> You can now even specify an alternate port in the sysconfig file on which
>> puppetmaster should be run as webrick based server. See sysconfig file for
>> more documentation.
> 
> Hmm, what I need would be to run X instances as mongrel servers, while
> keeping one to run the CA as webrick on a different port.

hmm I do that running nginx on 2 different ports: one with
ssl_verification on and on the other not. See
http://reductivelabs.com/trac/puppet/wiki/UsingMongrelNginx for the
setup (port 8140 and 8141). So I can run puppet with caport set to 8141
and do the ca stuff on that port. this works fine.
apache has another solution for that where you don't need to run apache
on 2 different ports.

so imho there isn't anymore any reason to run one instance as webrick,
or why else would you do that?

> Proposal:
> If multiport=yes, look for CAPORT variable. If that is not empty, start
> a webrick server on that port.

I think this could be done, if you still need it: patches?

cheers pete

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to