summaryrefslogtreecommitdiff
path: root/lib/chef/provider/yum_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more descriptionsTim Smith2021-08-131-3/+3
* Test the make_cache propertyTim Smith2021-07-261-12/+15
* Use the package resource to flush cacheTim Smith2021-07-261-17/+12
* Cleanup the yum_repository resourceTim Smith2021-07-261-35/+21
* Add a new `reposdir` property in the `yum_repository` resourcereposdirTim Smith2021-01-041-2/+2
* Fix quotes for ChefstyleTim Smith2020-07-071-1/+1
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-071-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Add the same logic to other actionsdnf_yum_repoTim Smith2018-01-151-2/+12
* Fix yum_repository to properly reload chef's package cache post repo setupTim Smith2018-01-151-7/+12
* Remove unused requires in yum_repositoryyum_shelloutTim Smith2017-09-151-2/+0
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+3
* Fixed 5459 - Purge yum cache before deleting repo config (#5509)Ian C. Ward2016-11-071-7/+6
* Create and delete yum repositoriesThom May2016-08-241-0/+121