summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Remove the pointless helper methodTim Smith2020-04-241-6/+2
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-241-3/+1
* Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-232-13/+73
|\
| * Chef-16 git provider fixesLamont Granquist2020-04-232-13/+73
* | Fix for Chocolate_resource options causing extra quotesKapil/Github-9413_Chocolate_resource_options_causing_extra_quotesKapil Chouhan2020-04-231-2/+3
|/
* Chefstyle fixTim Smith2020-04-201-0/+1
* Update lib/chef/provider/package/pacman.rb Tim Smith2020-04-201-1/+1
* using allow_nilsIngo Becker2020-04-201-0/+1
* added multipackage support for pacman resourceIngo Becker2020-04-201-34/+23
* Merge pull request #9627 from chef/Kapil/GitHub-2860_exception_raised_in_defi...Tim Smith2020-04-201-12/+29
|\
| * Fix for exception raised in define resource requirementsKapil/GitHub-2860_exception_raised_in_define_resource_requirementsKapil Chouhan2020-04-171-12/+29
* | Merge pull request #7982 from chef/multi_packageTim Smith2020-04-171-42/+106
|\ \
| * | Use lamont's magic error handlingTim Smith2020-04-171-2/+14
| * | Return empty hash from brew_info and avoid a bunch of nil checksmulti_packageTim Smith2020-04-171-8/+3
| * | Use package_name_arrayTim Smith2020-04-171-1/+1
| * | Properly handle unavailable packagesTim Smith2020-04-171-3/+22
| * | Use select instead of mapTim Smith2020-04-171-2/+2
| * | Use .map.compact instead of filter_map to support ruby 2.6Tim Smith2020-04-171-2/+3
| * | Chefstyle fixesTim Smith2020-04-171-1/+1
| * | Rework how upgrades workTim Smith2020-04-161-8/+11
| * | Update specs for brew_cmd_outputTim Smith2020-04-161-2/+0
| * | Squash 2 methods into oneTim Smith2020-04-161-12/+8
| * | Improve the trace logTim Smith2020-04-161-1/+1
| * | Reduce comment liesTim Smith2020-04-161-1/+1
| * | Use .compact to remove nil valuesTim Smith2020-04-161-6/+3
| * | Support working with package aliasesTim Smith2020-04-161-5/+28
| * | Make sure we concat an package_name as an arrayTim Smith2020-04-161-1/+1
| * | WIP: Add multipackage support to homebrewTim Smith2020-04-161-26/+46
* | | Merge ohai resource / provider into a single resourceTim Smith2020-04-161-45/+0
|/ /
* | msu pkg removal also requires timeoutdheerajd-msys2020-04-161-0/+1
* | Merge pull request #9649 from MsysTechnologiesllc/dh/fix-msu-pkg-cumulative-u...Tim Smith2020-04-152-1/+2
|\ \
| * | add timeout propertydheerajd-msys2020-04-142-1/+2
| * | fix msu pkg cumulative updatesdheerajd-msys2020-04-141-2/+2
* | | Give execute resource a proper timeout defaulttimeoutsTim Smith2020-04-131-7/+1
|/ /
* | Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1398-98/+98
* | Use the correct plist class in the mac user providerTim Smith2020-04-131-2/+2
* | Make sure we're always using the right Plist classTim Smith2020-04-104-7/+7
* | Require plist where we use itTim Smith2020-04-102-0/+2
* | Fixed systemd_unit not respecting sensitive propertysanga172020-04-081-0/+1
|/
* some spec typosVivek Singh2020-04-071-2/+2
* Revert someVivek Singh2020-04-061-1/+1
* Fix typoVivek Singh2020-04-0611-14/+14
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-015-53/+43
* Fix comment documenting include_default_source? function.fix-clear-sourcesPete Higgins2020-03-231-5/+5
* Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-1/+15
* Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-3/+4
* Add documentation for new magic clear_sources behavior.Pete Higgins2020-03-231-0/+4
* Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-1/+1
* Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-1/+1
* Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-1/+9