Hi all, Trying to use listen = true. I''ve got it working but my clients still poll every 30 mins. I''ve removed runinterval. My config is below, how can I stop puppetd from polling when in listen mode? # puppetd --version 0.25.1 [puppetd] #factsync = true report = true ignoreschedules = true daemon = false certname = fqdn environment = production server = puppet #runinterval = 300 listen = true Thanks, 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
christian
2010-Mar-01 12:36 UTC
[Puppet Users] Re: using listen = true, puppetd still polls
Try and add "client = false" to your puppet.conf or start puppetd with the option --no-client. (Only the second one works for me...) christian On 1 Mrz., 12:54, Matt <mattmora...@gmail.com> wrote:> Hi all, > > Trying to use listen = true. I''ve got it working but my clients still poll > every 30 mins. I''ve removed runinterval. My config is below, how can I > stop puppetd from polling when in listen mode? > > # puppetd --version > 0.25.1 > > [puppetd] > #factsync = true > report = true > ignoreschedules = true > daemon = false > certname = fqdn > environment = production > server = puppet > #runinterval = 300 > listen = true > > Thanks, > > 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Peter Meier
2010-Mar-01 13:01 UTC
Re: [Puppet Users] Re: using listen = true, puppetd still polls
> Try and add "client = false" to your puppet.conf or start puppetd with > the option --no-client. (Only the second one works for me...)if this is reproducible for the latest version, can you file a bug report? (assuming you haven''t yet done so...) cheers pete -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Matt
2010-Mar-01 15:05 UTC
Re: [Puppet Users] Re: using listen = true, puppetd still polls
The client = false option doesn''t work, I don''t even see that as an option in the config reference - http://docs.reductivelabs.com/references/stable/configuration.html But starting puppetd --no-client does appear to work. I''ll try and test with 0.25.4 Thanks, Matt On 1 March 2010 13:01, Peter Meier <peter.meier@immerda.ch> wrote:> Try and add "client = false" to your puppet.conf or start puppetd with >> the option --no-client. (Only the second one works for me...) >> > > if this is reproducible for the latest version, can you file a bug report? > (assuming you haven''t yet done so...) > > cheers pete > > > -- > 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+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Matt
2010-Mar-02 15:58 UTC
Re: [Puppet Users] Re: using listen = true, puppetd still polls
On 1 March 2010 13:01, Peter Meier <peter.meier@immerda.ch> wrote:> Try and add "client = false" to your puppet.conf or start puppetd with >> the option --no-client. (Only the second one works for me...) >> > > if this is reproducible for the latest version, can you file a bug report? > (assuming you haven''t yet done so...) > > cheers peteSame thing in 0.25.4 - found a bug report for it - http://projects.reductivelabs.com/issues/3313 - updated it. -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.