summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #7351 from josh-barker/bug/why-run-windows-package-local-fileTim Smith2018-06-111-0/+1
|\ \ \
| * | | Add whyrun message when installing a local from on windowsJosh Barker2018-06-091-0/+1
| |/ /
* | | Merge pull request #7330 from chef/lcg/deprecate-shell-out-compact-timeoutLamont Granquist2018-06-1121-80/+80
|\ \ \ | |/ / |/| |
| * | move maybe_add_timeout to module method for privacyLamont Granquist2018-06-041-1/+1
| * | remove uses of shell_out_compact_timeoutLamont Granquist2018-05-3121-80/+80
* | | Merge pull request #7259 from Intility/powershell-package-publisher-checkTim Smith2018-06-061-2/+6
|\ \ \
| * | | raise on catalog errorTor Magnus Rakvåg2018-05-151-1/+3
| * | | add skip_publisher_check paramTor Magnus Rakvåg2018-05-151-1/+3
* | | | Chefstyle fixTim Smith2018-06-041-1/+1
* | | | quote git remote_urlmalcolm m2018-06-041-1/+1
* | | | Merge pull request #7297 from jasonwbarnett/fix-windows-startupTim Smith2018-06-031-0/+2
|\ \ \ \