summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-1/+1
* DNF refresh and aarch64-el8 supportlcg/dnf-refreshLamont Granquist2020-03-196-86/+239
* Merge pull request #9492 from MsysTechnologiesllc/sangmesh/Fixed_Use_Ohai_dat...Tim Smith2020-03-181-1/+1
|\
| * Unwanted code removedsanga172020-03-171-1/+1
| * Used helper methodsanga172020-03-171-1/+1
| * Powershell script code replaced with ohai datasanga172020-03-161-1/+1
| * Powershell script replaced with the ohai datasanga172020-03-161-1/+1
* | properly remove the providerLamont Granquist2020-03-161-43/+0
|/
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-2/+2
* Merge pull request #9453 from chef/remove_legacy_updatercTim Smith2020-03-091-59/+3
|\
| * Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-051-59/+3
* | Merge pull request #9445 from chef/docs_linksTim Smith2020-03-061-1/+1
|\ \ | |/ |/|
| * Update all our links to use the new docs site formatTim Smith2020-03-041-1/+1
* | fixing some windows func test breaksLamont Granquist2020-03-043-5/+5
|/
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-0233-108/+110
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-0233-108/+110
* | Merge pull request #9422 from chef/remove_msi_checksLamont Granquist2020-03-021-3/+3
|\ \
| * | Deprecate Chef::Platform.supports_msi?remove_msi_checksTim Smith2020-02-281-3/+3
* | | Remove the mixin powershell includes from resourcespowershell_includeTim Smith2020-02-282-4/+0
|/ /
* | Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-10/+5
* | Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-8/+1
|/
* Cookstyle fixes for our resourcesTim Smith2020-02-264-10/+6
* Use the chef-utils helpers in our resourcesTim Smith2020-02-253-4/+4
* convert move resources to unified_modelcg/unified-mode3Lamont Granquist2020-02-253-18/+18
* unified_mode and custom resource for mdadmLamont Granquist2020-02-251-85/+0
* Add assumeyes to dnf helperlcg/dnf-assumeyesLamont Granquist2020-02-241-0/+1
* Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-216-11/+17
|\
| * add require for CGIlcg/unescapeLamont Granquist2020-02-206-3/+9
| * fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-206-8/+8
* | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-184-10/+10
|/
* Merge pull request #8884 from robuye/debian-update-rcdTim Smith2020-02-101-26/+84
|\
| * bring back support for legacy update-rc.d syntaxrobuye2019-09-171-13/+73
| * update syntax of `update-rc.d` commands in enable & disable actionsrobuye2019-09-131-20/+18
* | Merge pull request #9275 from chilcote/mac_user_fixTim Smith2020-02-031-9/+53
|\ \
| * | Account for if the propery is not being set in the resource, and also if it d...Joseph Chilcote2020-01-251-1/+4
| * | Adding support for IsHidden user attribute (macOS)Joseph Chilcote2020-01-251-1/+29
| * | editing one more line outJoseph Chilcote2020-01-241-2/+0
| * | Fixes #9171Joseph Chilcote2020-01-241-7/+22