Issue #21043 has been updated by Josh Cooper.
Arno den Uijl wrote: > Is this also fixed in the PE version? I just installed > puppet-enterprise-3.0.1.msi from the site and i can't get the runinterval to > change. Looks like what is described here?! Are you specifying the runinterval as integer seconds, e.g. 300? If you are specifying it as a duration, e.g. 2h, then that is bug #22536, which is not fixed in PE3. ---------------------------------------- Bug #21043: runinterval setting in puppet.conf ignored on Windows in Puppet 3.2.1 https://projects.puppetlabs.com/issues/21043#change-97589 * Author: Shane Madden * Status: Closed * Priority: Normal * Assignee: * Category: agent * Target version: 3.2.3 * Affected Puppet version: 3.2.1 * Keywords: windows * Branch: https://github.com/puppetlabs/puppet/pull/1725 ---------------------------------------- Windows agents seem to no longer pay attention to `runinterval` as of 3.2.1. Currently my Windows agents have `runinterval` set in both the `[agent]` and `[main]` sections as a leftover workaround from #17554 - neither section works. Commenting out `runinterval` from one section or the other has no effect. It's returning the configuration correctly using (as far as I can tell) the same command as `daemon.rb` is using to try to retrieve it: C:\>"c:/Program Files (x86)/Puppet Labs/Puppet/bin/puppet.bat" agent --configprint runinterval 600 But `daemon.rb` is somehow getting a `0` as the result to that command: 2013-06-03 16:32:26 -0600 Puppet (notice): Starting service: --debug 2013-06-03 16:32:26 -0600 Puppet (notice): Service running 2013-06-03 16:32:26 -0600 Puppet (debug): Using 'c:/Program Files (x86)/Puppet Labs/Puppet/bin/puppet.bat' 2013-06-03 16:32:28 -0600 Puppet (err): Failed to determine runinterval, defaulting to 1800 seconds 2013-06-03 16:32:28 -0600 Puppet (debug): Process created: 3100 2013-06-03 16:32:28 -0600 Puppet (debug): Service waiting for 1800 seconds -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
