Issue #17554 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Target version set to 3.0.2 Affected Puppet version changed from 3.0.1 to 2.7.12 Branch set to https://github.com/puppetlabs/puppet/pull/1292
Since this was so trivial to fix, I'm targeting this for 3.0.2 ---------------------------------------- Bug #17554: runinterval ignored on Windows https://projects.puppetlabs.com/issues/17554#change-77545 Author: Aristarkh Zagorodnikov Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: windows Target version: 3.0.2 Affected Puppet version: 2.7.12 Keywords: windows Branch: https://github.com/puppetlabs/puppet/pull/1292 <pre> %ProgramData%\PuppetLabs\puppet\etc\puppet.conf: ... [agent] runinterval=300 </pre> Restarting service. Testing the configured run interval: <pre> cd <puppet bin directory> puppet agent --configprint runinterval 300 </pre> Then I check both the puppetmaster logs and the client event log -- it still runs every 30 minutes. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
