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 <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
