summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dnf_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Add allow_downgrade back to DNFLamont Granquist2021-11-291-6/+4
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-4/+2
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-0/+1
* Sync over resource documentation from the docs siteTim Smith2019-10-151-1/+1
* allow_downgrades by defaultLamont Granquist2019-07-191-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-12/+12
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-17/+17
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Add additional resource descriptionsTim Smith2018-09-061-23/+20
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-10/+10
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-5/+8
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+5
* pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-101-0/+5
* only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-101-4/+4
* dnf_resource: be more specific for rhel packagesNaomi Reeves2017-09-291-1/+3
* chef code changes for changing amazon platform_familyLamont Granquist2017-04-031-1/+1
* do not support dnf_package on dnf 0.xlcg/ban-dnf-0.6Lamont Granquist2017-02-081-3/+6
* review feedback plus break out helper classLamont Granquist2016-12-151-2/+1
* fix chefstyleLamont Granquist2016-12-141-1/+1
* add more tests and work around superclass firing off deprecationsLamont Granquist2016-12-131-1/+4
* add tests and deprecation for allow_downgradeLamont Granquist2016-12-131-2/+3
* add flush_cache and fix yum'sLamont Granquist2016-12-131-1/+19
* squashing dnf workLamont Granquist2016-12-131-0/+43