summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* Alter how set_members works in the new solaris group providerJoshua Justice2019-02-061-8/+2
* Merge pull request #8165 from jjustice6/solaris_usermodTim Smith2019-02-062-3/+75
|\
| * Add comment to provides lineJoshua Justice2019-01-251-0/+2
| * Update copyright yearTim Smith2019-01-251-1/+1
| * Chefstyle nitpicksJoshua Justice2019-01-251-2/+1
| * Use provider specificity to maintain old behavior and remove reference to "so...Joshua Justice2019-01-251-2/+0
| * Fix up headers and remove references to old versions of solarisJoshua Justice2019-01-251-1/+1
| * Change the provides lines to reflect the new setup.Joshua Justice2019-01-252-2/+2
| * Start modifying the files.Joshua Justice2019-01-251-32/+15
| * Starting point: copy usermod and usermod specJoshua Justice2019-01-251-0/+90
* | Merge pull request #8167 from MsysTechnologiesllc/nimesh/MSYS-960_set_psscrip...Tim Smith2019-02-051-32/+2
|\ \
| * | As per the review commentsNimesh-Msys2019-02-041-32/+2
| * | Prefer user defined flags over the default oneNimesh-Msys2019-02-041-2/+2
* | | windows_task: Minor fix while setting command and arguments of taskNimesh-Msys2019-02-041-3/+2
|/ /
* | Fix comment whitespaceTim Smith2019-01-291-1/+1
* | fix typo and add yard commentdheerajd-msys2019-01-291-1/+5
* | Fix for sensitive urldheerajd-msys2019-01-281-2/+8
|/
* Remove support for unsupported opensuse < 42 from group providerTim Smith2019-01-243-6/+4
* Merge pull request #8104 from MsysTechnologiesllc/Vijay/MSYS-945_Fix_for_apt_...Tim Smith2019-01-241-1/+4
|\
| * Fix for apt_repository creating temporary files as root in running user home ...vijaymmali19902019-01-241-1/+4
| * Fix for apt_repository creating temp files as root in running user home direc...vijaymmali19902019-01-111-1/+1
* | Remove hpux support from group's usermod providerTim Smith2019-01-231-1/+1
* | changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-1517-104/+94
* | Merge pull request #8110 from chef/mac_os_user_cleanupTim Smith2019-01-141-117/+36
|\ \
| * | user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-141-117/+36
| |/
* | windows_task resource: allow non-system users without password for interactiv...Nimesh2019-01-071-2/+2
* | change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-032-2/+2
|/
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+1