summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package
Commit message (Expand)AuthorAgeFilesLines
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-153-12/+12
* add specs for YumCache fascadeLamont Granquist2018-03-152-6/+15
* fix typo in method declarationsLamont Granquist2018-03-151-2/+2
* add comment warning people to not use these utilitiesLamont Granquist2018-03-151-1/+10
* add pacakge_available? and version_available?Lamont Granquist2018-03-151-1/+11
* allow using yum_package explicitly on non-linux O/SenLamont Granquist2018-03-151-1/+1
* Yum package provider rewriteLamont Granquist2018-03-1516-1028/+1919
* Merge pull request #6955 from coderanger/gem-installed-versionsLamont Granquist2018-03-121-10/+18
|\
| * Feed the Rubocop.Noah Kantrowitz2018-03-071-1/+1
| * Fixes for bundler being a default gem so we can still manage it with gem_pack...Noah Kantrowitz2018-03-061-10/+18
* | Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
* | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-0712-13/+12
* | Rename bff provider to match its resourceTim Smith2018-03-061-2/+2
|/
* Merge pull request #6903 from chef/portageThom May2018-03-051-1/+1
|\
| * Remove the provider check in the portage resourceportageTim Smith2018-02-261-1/+1
* | fix typo in macports error handlingMärt Bakhoff2018-03-041-1/+1
* | Remove the :uninstall action from chocolatey_package - CHEF-21remove_choco_uninstallTim Smith2018-02-281-8/+0
|/
* fix chefstyle errorsTor Magnus Rakvåg2018-02-121-1/+1
* add source paramTor Magnus Rakvåg2018-02-121-0/+5
* create function to build powershell callsTor Magnus Rakvåg2018-02-121-7/+17
* remove excess whitespaceTor Magnus Rakvåg2018-02-081-2/+2
* simplified powershell_out callsTor Magnus Rakvåg2018-02-081-5/+5
* Ensure that we only set config file options if necessarytm/apt_debconf_promptsThom May2018-01-301-6/+7
* remove unnecessay quotes that caused problemsCam Cope2018-01-301-2/+2
* convert to arrays, fix logic gatingCam Cope2018-01-301-4/+6
* Avoid apt (dpkg) prompts for modified config filesCam Cope2018-01-301-1/+12
* Ensure package (un)locking is idempotentAndy Wagner2018-01-043-21/+9
* Set smartos_package back to platform_familysimplify_providesTim Smith2018-01-021-2/+2
* Just use platform for smartos as wellTim Smith2017-12-221-1/+1
* Don't check both platform_family / os in provides when platform_family will doTim Smith2017-12-211-1/+1
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* Avoid the need to parse nil versions in the package providerTim Smith2017-11-032-4/+24
* Fix the invalid version comparison of apt packages.pr/6554Takuto Komazaki2017-11-021-4/+9
* Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-161-8/+13
|\
| * update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| * Fix review commentsdheerajd-msys2017-09-291-26/+8
| * Fix dependent packagedheerajd-msys2017-09-291-7/+12
| * array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
* | 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-5/+5
* | add allow_downgrade to zypper_package resourceEike Waldt2017-10-061-1/+5
* | Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4
* | Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-222-0/+22
* | Fixes to package upgrade behaviourJon Cowie2017-09-226-20/+45
|/
* Don't catch SIGCHLD from dnf_helper.pyBrandon Bennett2017-09-151-1/+0
* dnf_provider: be more specific when we provide `package` (#6351)Phil Dibowitz2017-08-281-1/+3
* Handle display names with trailing spacesPer Lundberg2017-07-241-1/+1
* Enable zypper package optionsshain/enable_zypper_optionsScott Hain2017-07-031-5/+5
* Fix chomp error for nil classpiyushawasthi2017-06-091-1/+1
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-5/+3