On Monday, April 18, 2016 at 5:05:55 AM UTC-5, César wrote: > > Hi all, > > I have been looking for some docs to get more information on the subject, > but I have not been able to find them. Apologies if this has been asked > before! > > I'm curious about what happens when a puppet agent run is performed but > there are no puppetmaster processes yet (I'm talking about puppetmaster > configured by Passenger, not the daemonized configuration). > When that happens usually I see something like this on the logs > > Apr 18 09:59:19 ms1 puppet-master[5849]: Starting Puppet master version > 3.3.2 > > My question would be: Should I always expect the puppet agent to somehow > spawn a puppetmaster process if there are none? Who's in charge of that? > >
Where the master is hosted in Apache / Passenger, as you stipulated, it is Passenger (on the server) that is responsible for managing puppetmaster instances. The agent has nothign directly to do with it, but if a catalog request arrives at Apache / Passenger when there are no puppetmaster instances currently running, then I would indeed expect Passenger to spin one up to handle the request, and some number of future requests. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/3d9fdf0a-8255-42a4-9777-e8f999b66a58%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
