summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7537 from MsysTechnologiesllc/ash/MSYS-880_Fix_issue_of_s...Tim Smith2018-08-131-2/+2
|\
| * Fix issue of setting comment for windows userNAshwini2018-08-101-2/+2
* | Merge pull request #7529 from chef/lcg/rspec-testingLamont Granquist2018-08-131-0/+4
|\ \
| * | fix a typoLamont Granquist2018-08-101-1/+1
| * | review fixesLamont Granquist2018-08-101-1/+4
| * | add centos-7 rspec testingLamont Granquist2018-08-101-0/+1
| |/
* | Use the full path to /usr/bin/profilesTim Smith2018-08-101-3/+3
|/
* stop parsing init script at the "### END INIT INFO" marker.Guido Schoening2018-08-041-1/+1
* Merge pull request #7495 from MsysTechnologiesllc/piyush/added_downgrade_exce...Tim Smith2018-07-311-1/+3
|\
| * MSYS-858 : added warning if allow_downgrade set to be false and tried to inst...piyushawasthi2018-07-261-1/+3
* | Add support for setting task priorityvasu11052018-07-251-1/+6
|/
* Merge pull request #7497 from MsysTechnologiesllc/nimesh/MSYS-855_fixing_wind...Tim Smith2018-07-231-2/+2
|\
| * Handling quotes in Windows Task commandsnimesh-msys2018-07-231-2/+2
* | Merge pull request #7480 from chef/route_platform_familyTim Smith2018-07-181-2/+2
|\ \
| * | Expand platform support for the route resourceroute_platform_familyTim Smith2018-07-161-2/+2
* | | Merge pull request #7475 from chef/ifconfigTim Smith2018-07-182-0/+2
|\ \ \ | |_|/ |/| |
| * | ifconfig: Add gateway property on RHEL/Debian based systemsifconfigTim Smith2018-07-162-0/+2
| |/
* | Merge pull request #7486 from chef/yard_fixesTim Smith2018-07-174-5/+5
|\ \
| * | @returns should be @return in yardyard_fixesTim Smith2018-07-164-5/+5
| |/
* | Merge pull request #7484 from chef/attribute_to_propertiesTim Smith2018-07-171-1/+1
|\ \ | |/ |/|
| * Update the error in ifconfig aix provider to use property as wellattribute_to_propertiesTim Smith2018-07-171-1/+1
* | Merge branch 'vlan' of https://github.com/tomdoherty/chef into tomdoherty-vlanTim Smith2018-07-161-0/+1
|\ \
| * | Allow specifying VLAN on RHEL/CentosTom Doherty2017-09-131-0/+1
| * | Refactor and add an additional unit testTom Doherty2017-09-081-15/+24
| * | Simplify and add unit test for default routeTom Doherty2017-09-081-10/+4
| * | Allow specifying default gateway on RHEL/CentosTom Doherty2017-09-081-5/+21
* | | Merge pull request #7379 from chef/lcg/fixing-array-argsTim Smith2018-07-1311-66/+80
|\ \ \
| * | | fix yardlcg/fixing-array-argsLamont Granquist2018-07-061-1/+1
| * | | rebase + squashLamont Granquist2018-07-0611-65/+79
* | | | Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-101-1/+1
| |_|/ |/| |
* | | Attribute -> Property in additional placesTim Smith2018-07-101-1/+1
|/ /
* | fix Style/MutableConstantLamont Granquist2018-07-026-23/+23
* | fix Style/PreferredHashMethodsLamont Granquist2018-07-023-7/+7
* | fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-5/+5
* | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* | fix Style/UnneededInterpolationLamont Granquist2018-07-024-9/+9
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-027-19/+19
* | clean up whitespace againLamont Granquist2018-07-021-11/+11
* | fix Layout/IndentHeredocLamont Granquist2018-07-022-79/+79
* | fix Style/HashSyntaxLamont Granquist2018-07-0215-33/+33
* | deprecate old shell_out APIsLamont Granquist2018-06-191-19/+4
* | Unification of shell_out APIsLamont Granquist2018-06-1542-164/+165
* | Merge pull request #7293 from MsysTechnologiesllc/vasundhara/MSYS-822_fix_for...Bryan McLellan2018-06-141-5/+3
|\ \
| * | fix for task is not idempotent when task name includes parent foldervasu11052018-06-141-5/+3
* | | Fix for windows_task getting created when wrong username and password provide...vasu11052018-06-141-2/+2
|/ /
* | package: Make sure to use the package_name name propertiesname_propertiesTim Smith2018-06-127-13/+13
* | Merge pull request #7284 from MsysTechnologiesllc/dh/fix_mount_point_error_wi...Bryan McLellan2018-06-111-2/+2
|\ \
| * | fix review commentsdheerajd-msys2018-06-081-4/+2
| * | added check for mount_point in namedheerajd-msys2018-06-081-1/+3
| * | MSYS-807 fix mount point error windowsdheerajd-msys2018-06-081-1/+1