Re: [Puppet Users] Multiple puppetmasters using DNS round-robin

2010-06-15 Thread Ohad Levy
Hi Morgan, You actually want that once a client started to communicate with a master, it should keep on connecting to the same master for the duration of its run. esp in 0.24.x, the only way for a server to know in which environment the client is, is by looking at its cache (created when the fact

[Puppet Users] Multiple puppetmasters using DNS round-robin

2010-06-15 Thread Morgan Rhodes
Hi, I'm trying to set it up so that my puppet clients can connect to any of a group of puppetmasters set up with aliases to a common hostname and DNS round-robin. The round-robin setup seems to be working, as I can see ping, gethostbyname, etc connecting cyclically to each of the puppetmasters.