summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* debian 10 ifconfig fixLamont Granquist2020-01-301-4/+13
* launchd: Fix capitalization of HardResourceLimitsMarc Seeger2020-01-221-1/+1
* 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
* | systemd_unit needs to logPhil Dibowitz2019-11-011-0/+12
|/
* Merge pull request #8961 from jeremyhage/fix-windows-package-path-envTim Smith2019-10-142-5/+5
|\
| * Avoid a PATH environment variable update before a windows package installJeremy HAGE2019-10-072-5/+5
* | Fix yum & dnf shellout if exit with nonzero status (#8972)Lamont Granquist2019-10-102-6/+16
|\ \
| * | Fix chefstyleVivek Singh2019-10-102-0/+2
| * | Update exception messageVivek Singh2019-10-092-10/+4
| * | Fix yum & dnf shellout if exit with nonzero statusVivek Singh2019-10-092-6/+20
| |/
* | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-1/+1
|/
* Merge pull request #8765 from MsysTechnologiesllc/Kapil/MSYS-1015_chocolatey_...Lamont Granquist2019-09-181-3/+11
|\
| * Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-091-3/+11
* | [macos] fix mac_user platform constraintsryan/fix-macos-buildRyan Cragun2019-09-101-20/+20
* | Merge pull request #8869 from MsysTechnologiesllc/Kapil/MSYS-1094_user_resour...Tim Smith2019-09-101-1/+1
|\ \
| * | Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-09-101-1/+1
| |/
* | Merge pull request #8775 from chef/ryancragun/mac_userTim Smith2019-09-092-2/+630
|\ \ | |/ |/|
| * add functional testryancragun/mac_userRyan Cragun2019-09-031-4/+4
| * Wrap all shell_out's that change the system in converge_byRyan Cragun2019-08-081-27/+26
| * Make user and admin group plists first classRyan Cragun2019-07-291-111/+121
| * remove validation that is now in the resourceRyan Cragun2019-07-291-11/+0
| * Address review feedback round 1Ryan Cragun2019-07-261-96/+119
| * Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-242-2/+609
* | convert chocolatey resource to use shell_out splat argsLamont Granquist2019-09-031-22/+12