Issue #2247 has been updated by James Turnbull.
Hi Matthew I think your assessment of Nigel's update is a bit harsh but that aside I am happy to see some discussion on the patch. I personally think we're overloading the type with a Yum specific option - and once you open that flood gates it's hard to stop the flood... If you'd like your patch reviewed can you please take a look at our Development Lifecycle (https://projects.puppetlabs.com/projects/puppet/wiki/Development_lifecycle). The primary things you'll need to do is sign a CLA and then if you could send your patch to the puppet-dev list for review that'd be awesome. Thanks for your contribution. ---------------------------------------- Feature #2247: enablerepo and disablerepo for yum type https://projects.puppetlabs.com/issues/2247 Author: Ben - Status: Needs More Information Priority: Normal Assignee: Category: package Target version: Affected Puppet version: 0.24.8 Keywords: yum Branch: it would be nice to be able to enable a disabled repo for the installation on one package. for example installing facter from EPEL. something like; <pre> package { "facter": ensure => installed, enablerepo => [ "epel", "epel-testing" ]; } </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.
