[Puppet Users] Build nginx conf dynamically (depending on the upstream machines)

2010-05-26 Thread Gonçalo
Hi there, im trying to set up puppet to manage a nginx server with load balancing. To achieve this i need to add every machine ip to the "upstream" conf of nginx. Doing this manually is easy, and all works fine, the problem is that i would like to have every upstream machine to "warn" the nginx to

Re: [Puppet Users] Build nginx conf dynamically (depending on the upstream machines)

2010-05-26 Thread Gonçalo Queirós
Thank you David. That module helped me implement one of the proposed solutions. I though there might be something "prettier" to handle this kind of situations, but seems not. Thanks for your module :-) On 05/26/2010 01:34 PM, David Schmitt wrote: > On 5/26/2010 2:03 PM, Gonçalo