Hi Nimish, On Wed, Aug 29, 2012 at 10:52 AM, Nimish Vidyarthi <[email protected]> wrote: > I tried changing the puppet.conf
Likely the file you are editing is not the same one that the service is looking at. Since the puppet agent service runs under the LocalSystem account, make sure you are editing the puppet.conf within the CommonAppData directory[1]. Also follow these directions[2] for starting a command prompt (running as an administrator) and run `puppet agent --configprint runinterval` > But somehow this does not work for me. Still the client continues to fetch > the catalogue at > default time(30 mins). > > puppet.conf: > > [agent] > server=puppet > pluginsync=true > report=true > runinterval=60 This says to run every 60 seconds (not 2 mins). See[3] > listen=true > certname=hawkeye.kodiak-internal.com > tags=job-schedular > Josh [1] http://docs.puppetlabs.com/windows/installing.html#data-directory [2] http://docs.puppetlabs.com/windows/running.html#running-other-puppet-tasks [3] http://docs.puppetlabs.com/references/latest/configuration.html#runinterval -- Josh Cooper Developer, Puppet Labs -- 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.
