Issue #21458 has been updated by Charlie Sharpsteen. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1730
Thanks for the pull request! ---------------------------------------- Bug #21458: Restrict allowed yumrepo values to 0 | 1. Not 10 https://projects.puppetlabs.com/issues/21458#change-93677 * Author: Dean Wilson * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * Category: yumrepo * Target version: * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1730 ---------------------------------------- The yumrepo type currently allows you to specify invalid values to the following five properties: * enabled * gpgcheck * enablegroups * keepalive * protect Each of these are documented (in man yum.conf) to only allow 0 or 1 and throw errors when used incorrectly (on my FC16 test vm) - <pre> Repository 'testymctest': Error parsing config: Error parsing "enabled = '10'": invalid boolean value - so backwards compatibility should be fine. </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 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.
