Re: [Puppet Users] Puppet dns requests

2012-03-12 Thread Hugo Deprez
Thank you for the answer guys. I am currently migrating all the server on Debian Squeeze with puppet 2.6.2 I'll consider migrating to your packages repository. For the number of DNS requests, that's not an issue, I was just having a look at the DNS logs. But I think this is not optimized. What

Re: [Puppet Users] Puppet dns requests

2012-03-09 Thread Nan Liu
The commands are puppetd instead of puppet agent and puppetmasterd instead of puppet master. This will give the options in 0.25: puppetmasterd --configprint all However rather than dealing with 0.25 and multiple puppet versions, I would recommend using our latest packages in apt.puppetlabs.com.

Re: [Puppet Users] Puppet dns requests

2012-03-09 Thread Hugo Deprez
Thank you for the link. But I am not able to know if the server parameter is available for 0.25 clients. Any idea ? Regards, On 9 March 2012 17:32, Mohamed Lrhazi wrote: > http://docs.puppetlabs.com/references/stable/configuration.html > > > On Fri, Mar 9, 2012 at 11:22 AM, Hugo Deprez > wrot

Re: [Puppet Users] Puppet dns requests

2012-03-09 Thread Jeff McCune
On Fri, Mar 9, 2012 at 8:22 AM, Hugo Deprez wrote: > Dear community, > > I just saw that when I execute puppetd -vt I can have up to 80 DNS request > for the puppet server records. > I'm not entirely surprised we make so many requests, but this is slightly worrisome to me. Is this number of req

Re: [Puppet Users] Puppet dns requests

2012-03-09 Thread Mohamed Lrhazi
http://docs.puppetlabs.com/references/stable/configuration.html On Fri, Mar 9, 2012 at 11:22 AM, Hugo Deprez wrote: > Dear community, > > I just saw that when I execute puppetd -vt I can have up to 80 DNS request > for the puppet server records. > I specified in the puppet.conf : > > server=pupp

[Puppet Users] Puppet dns requests

2012-03-09 Thread Hugo Deprez
Dear community, I just saw that when I execute puppetd -vt I can have up to 80 DNS request for the puppet server records. I specified in the puppet.conf : server=puppetserver.example.fr in the [main] section of the client. It seems to work for my Debian Squeeze client, but not for Debian Lenny.