On Tue, Nov 27, 2012 at 2:27 PM, Dominic James <dominicrja...@gmail.com> wrote: > Question: on my current puppet setup 2.7.3-0 rhel 6.2 centos - passenger is > used to provide the throughput for the heavy delivery that puppet could not > do by itself, was this fix in version 3.0 puppet? I will be upgrading to 3.0 > and will like puppet master to push to multiple of clients without being > clobbered, Can I just use puppet transport agent by itself instead of using > apache/passenger?
You'll have to stick with Apache/Passenger for any non-trivial number of nodes. Webrick (the HTTP server used by the puppetmaster) is single-threaded, so can only handle one client checking in at a time. Regards, Matt. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.