Issue #11263 has been reported by James Turnbull. ---------------------------------------- Bug #11263: The metadata_expire option of the yumrepo type has the wrong regex https://projects.puppetlabs.com/issues/11263
Author: James Turnbull Status: Unreviewed Priority: Normal Assignee: Category: yumrepo Target version: Affected Puppet version: 2.7.6 Keywords: Branch: The metadata_expire option of the yumrepo type has the wrong regex match for it's available options. We only match seconds but the option can in fact take: <pre> metadata_expire Time (in seconds) after which the metadata will expire. So that if the current metadata downloaded is less than this many seconds old then yum will not update the metadata against the repository. If you find that yum is not downloading information on updates as often as you would like lower the value of this option. You can also change from the default of using seconds to using days, hours or minutes by appending a d, h or m respectively. The default is 6 hours, to compliment yum-updatesd running once an hour. It's also possible to use the word "never", meaning that the metadata will never expire. Note that when using a metalink file the metalink must always be newer than the metadata for the repository, due to the validation, so this timeout also applies to the metalink file. </pre> -- 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.
