summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | be a bit more careful in the exit handler as wellLamont Granquist2019-06-251-1/+2
* | handle case where rpmdb has not been initialized yetLamont Granquist2019-06-251-1/+2
* | yum exception handling improvementslcg/yum-exception-handlingLamont Granquist2019-06-251-24/+27
|/
* Target mode for systemd service helperLamont Granquist2019-05-291-1/+2
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-273-4/+6
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
| * More distro constant applicationsMarc Chamberland2019-05-233-4/+6
* | Merge pull request #8593 from chef/lcg/enable-target-modeLamont Granquist2019-05-272-2/+2
|\ \
| * | enable target mode on some resourceslcg/enable-target-modeLamont Granquist2019-05-242-2/+2
* | | Merge pull request #8582 from chilcote/launch_eventsTim Smith2019-05-241-0/+1
|\ \ \ | |/ / |/| |
| * | add LaunchEvents to launchd resourceJoseph Chilcote2019-05-231-0/+1
| |/
* | Merge pull request #8584 from chef/lcg/better-target-mode-shell-outLamont Granquist2019-05-232-6/+3
|\ \
| * | Better target mode shell_outlcg/better-target-mode-shell-outLamont Granquist2019-05-232-6/+3
| |/
* | Fix service enable idempotency in sles11 (#8256)dheerajd-msys2019-05-231-1/+3
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-2035-47/+47
* Change some more require to require_relativeLamont Granquist2019-05-104-4/+4
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-0871-72/+72
* Convert require to require_relativeLamont Granquist2019-05-08121-336/+336
* Merge pull request #8307 from MsysTechnologiesllc/Kapil/MSYS-986_Move_respons...Tim Smith2019-05-074-118/+141
|\
| * Move response_file and response_file_variables out of base package resourceKapil Chouhan2019-05-074-118/+141
* | add missing requireBryan McLellan2019-05-061-0/+3
* | Target Mode initial implementationBryan McLellan2019-05-061-2/+2
* | - Added a warning in case user is using a `environment` for an entry that can...btm/MSYS-979vijaymmali19902019-05-031-2/+14
* | Merge pull request #8417 from jaymzh/link_messageLamont Granquist2019-04-301-1/+1
|\ \
| * | Tell people what file a link is pointing at.Phil Dibowitz2019-04-291-1/+1
* | | Merge pull request #8418 from cc-build/bulk_distro_constantLamont Granquist2019-04-291-1/+2
|\ \ \ | |/ / |/| |
| * | chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
| |/
* | Add start_when_available support to windows_taskVivek Singh2019-04-261-3/+6
|/
* Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-151-14/+4
* Fixes #8195Jason Barnett2019-03-271-4/+11
* Fix #8080Jason Barnett2019-03-081-16/+18
* Ensure that a new blank line `\n\n` is added when appending a new mount point...Gavin Reynolds2019-03-041-1/+1
* fix aix mount bugShaun Mouton2019-03-041-1/+1
* Merge pull request #8228 from chef/user_cleanupTim Smith2019-02-193-166/+4
|\
| * Load the correct resource in dscl provideruser_cleanupTim Smith2019-02-191-1/+2
| * Remove the legacy useradd user providerTim Smith2019-02-191-161/+0
| * Add another description and simplify the windows checkTim Smith2019-02-191-4/+2
* | Authentication on chocolatey_packageVivek Singh2019-02-121-0/+2
|/
* Update the functional spec and provider behavior to matchJoshua Justice2019-02-071-8/+2