summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #8756 from MsysTechnologiesllc/dh/MSYS-1033_fix_ifconfig_b...Tim Smith2019-08-231-3/+5
|\ \
| * | updated code according to regexdheerajd-msys2019-08-211-2/+2
| * | fix review commentsdheerajd-msys2019-08-071-1/+3
| * | fix regex matching interface name with dashdheerajd-msys2019-08-061-1/+1
* | | zypper_package upgrade action not working (#8462)Lamont Granquist2019-08-071-1/+1
|\ \ \ | |/ / |/| |
| * | fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-06-131-1/+1
* | | dnf_package fixes for RHEL8Lamont Granquist2019-07-191-1/+15
| |/ |/|
* | fix 4 copsLamont Granquist2019-07-053-3/+4
* | Style/SymbolProcLamont Granquist2019-07-052-4/+2
* | Style/StringLiteralsInInterpolationLamont Granquist2019-07-0533-58/+58
* | Style/ClassCheckLamont Granquist2019-07-051-1/+1
* | Style/RegexpLiteralLamont Granquist2019-07-0517-24/+24
* | Style/NegatedIfLamont Granquist2019-07-0510-16/+16
* | Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* | Style/EmptyMethodLamont Granquist2019-07-029-18/+9
* | tweak Lint/BlockAlignmentLamont Granquist2019-07-025-29/+29
* | Layout/MultilineMethodCallIndentationLamont Granquist2019-07-022-3/+3
* | Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* | Style/SymbolArrayLamont Granquist2019-07-028-23/+23
* | fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0255-0/+100
* | fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-023-5/+5
* | Parse day param value into stringVivek Singh2019-07-021-2/+2
* | Merge pull request #8687 from criteo-forks/issue_7215_yum_package_custom_repoTim Smith2019-07-011-5/+3
|\ \
| * | Pass yum_package options to underlying python helperBaptiste Courtois2019-06-241-5/+3