summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | debian 10 ifconfig fixLamont Granquist2020-01-281-4/+13
|/ /
* | launchd: Fix capitalization of HardResourceLimits (#9239)Lamont Granquist2020-01-221-1/+1
|\ \
| * | launchd: Fix capitalization of HardResourceLimitsMarc Seeger2020-01-221-1/+1
* | | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-13/+13
* | | WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-216-536/+4
|/ /
* | Merge pull request #9153 from MsysTechnologiesllc/Nimesh/MSYS-1178_cron_resou...Tim Smith2020-01-162-11/+63
|\ \
| * | Added time_out property in cronNimesh-Msys2019-12-132-11/+63
* | | Fixed chefstylevasundhara/Fix_for_windows_task_not_idempotent_windows19_16Vasu11052020-01-161-1/+0
* | | Fix for windows task not idempotent on the windows19 and windows 16Vasu11052020-01-161-2/+3
* | | Clear password flags when setting the passwordAron List2020-01-131-1/+1
* | | Fix mac_user breakage and loggingLamont Granquist2019-12-121-22/+17
|/ /
* | Add output for the file provider verification (#9039)Lamont Granquist2019-12-091-1/+4
|\ \
| * | Fix undefined method `dirname' for Chef::Provider::File:Classlcg/file-verifier-outputVivek Singh2019-12-021-1/+1
| * | add output for the file provider verificationLamont Granquist2019-12-011-1/+4
* | | Merge pull request #9036 from MsysTechnologiesllc/VSingh/fix-apt-repository-r...Tim Smith2019-12-091-2/+1
|\ \ \
| * | | Use URI.escape for url with spacesVivek Singh2019-12-021-2/+3
| * | | Fix apt_repository uri single/double quotes and spacesVivek Singh2019-12-021-4/+2
| |/ /
* | | Resolve non-zero "success" error code issues with linux_user re… (#9105)Lamont Granquist2019-12-041-1/+6
|\ \ \
| * | | Removed method for defining return codes, changed to evaluate stderr on exit ...skippy2019-11-191-15/+10
| * | | Replaced 'test' shellout with `Dir.exist?`skippy2019-11-181-4/+1
| * | | Resolved all chefstyle failuresskippy2019-11-171-1/+1
| * | | re-un-inverted my previous 3am coding adventure in double negativesskippy2019-11-171-1/+1
| * | | Resolved failing tests, fixed inverted logicskippy2019-11-171-4/+4
| * | | Resolved issues with tests not receiving exactly what they expected.skippy2019-11-171-1/+1
| * | | Fixed my bad typing and misplaced colons.skippy2019-11-171-1/+1
| * | | Modifed linux_user resource to add an additional 'returns' field to each acti...skippy2019-11-171-5/+18
* | | | [yum_repository] Add indentation for multiple baseurlsNoam Lerner2019-12-041-1/+1
| |/ / |/| |
* | | Convert reboot resource to a custom resource with descriptionsTim Smith2019-11-181-78/+0
|/ /
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-0822-51/+54
* | Merge pull request #9047 from jaymzh/fix_enableLamont Granquist2019-11-042-2/+30
|\ \
| * | Fix enable on indirect unitsPhil Dibowitz2019-11-042-2/+30
* | | Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-041-1/+1