summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6684 from chef/ifconfig_resourceThom May2017-12-191-12/+6
|\
| * Modernize the ifconfig resourceTim Smith2017-12-181-12/+6
* | Slight improvements to validation failures. Shows the failing command if poss...Noah Kantrowitz2017-12-181-1/+1
|/
* Modernize reboot resource and add specTim Smith2017-12-151-0/+12
* Remove author yard commentsmodernize_log_resourceTim Smith2017-12-151-3/+0
* Add back the provides to the providerTim Smith2017-12-151-0/+2
* Modernize the log resourceTim Smith2017-12-151-15/+6
* Merge pull request #6665 from chef/yard2Tim Smith2017-12-142-2/+2
|\
| * Cleanup some YARD warningsyard2Tim Smith2017-12-132-2/+2
* | Merge pull request #6654 from MsysTechnologiesllc/vasundhara/chef_windows_tas...Tim Smith2017-12-111-3/+8
|\ \
| * | Removed pry statementVasu11052017-12-111-1/+0
| * | [MSYS-731] Fix for [chef] windows_task resource isn't idempotent for any commandVasu11052017-12-111-3/+9
| |/
* | Merge pull request #6618 from MsysTechnologiesllc/nim/on_logon_issueTim Smith2017-12-111-10/+8
|\ \ | |/ |/|
| * invalid date error on windows_task with frequency :on_logonnimisha2017-12-081-10/+8
* | Fix svcadm clear to only run in maintenance statejsinha/fix_svcadmJaymala Sinha2017-12-071-0/+5
|/
* Use converge_by to perform actual resource updatesTim Smith2017-12-051-19/+19
* Clarify why we're not doing anything hereTim Smith2017-12-051-2/+2
* Add debug logging for the task existingTim Smith2017-12-051-0/+6
* Fix typos that prevented loggingTim Smith2017-12-051-2/+2
* Merge pull request #6541 from chef/path_idempotencyLamont Granquist2017-11-291-6/+4
|\
| * Fix windows_path converging on every runTim Smith2017-11-281-6/+4
* | add unit_name identity property to systemd_unitNathan Williams2017-11-281-33/+34
|/
* Merge pull request #6544 from MsysTechnologiesllc/nim/invalid_date_errThom May2017-11-231-1/+18
|\
| * Fixed invalid date and Invalid starttime errorNimishaS2017-11-021-1/+18
* | Merge pull request #6597 from chef/btm/appveyor-bundlerBryan McLellan2017-11-221-1/+1
|\ \
| * | Stub out call to 'ifconfig --version' in unit testsBryan McLellan2017-11-221-1/+1
* | | Fix variable name in solaris service providerjsinha/solaris_service_fixJaymala Sinha2017-11-221-2/+1
|/ /
* | Updated with examples for versions of ifconfigshain/fix_centos_rhel_testScott Hain2017-11-171-0/+20
* | Don't run ifconfig tests on RHEL7, as it is not part of the base OSScott Hain2017-11-161-5/+6
* | Turns out there are multiple versions of net-tools with completely different ...Scott Hain2017-11-161-29/+67
* | Fix for ipaddress issuesScott Hain2017-11-151-8/+17
* | Avoid the need to parse nil versions in the package providerTim Smith2017-11-033-4/+27
* | Fix the invalid version comparison of apt packages.pr/6554Takuto Komazaki2017-11-021-4/+9
|/
* Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-161-8/+13
|\
| * update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| * Fix review commentsdheerajd-msys2017-09-291-26/+8
| * Fix dependent packagedheerajd-msys2017-09-291-7/+12
| * array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
* | Merge pull request #6473 from MsysTechnologiesllc/piyush/update_TestDSCParserBryan McLellan2017-10-161-1/+5
|\ \
| * | MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-051-1/+5
* | | Merge pull request #6394 from chef/ash/add_none_frequency_to_windows_task_res...Bryan McLellan2017-10-131-4/+19
|\ \ \
| * | | Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-201-2/+2
| * | | Added none frequency to windows task resourceNAshwini2017-09-201-4/+19
* | | | pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-101-0/+5
* | | | only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-101-5/+5
* | | | add allow_downgrade to zypper_package resourceEike Waldt2017-10-061-1/+5
| |/ / |/| |
* | | [Route unit tests]: Ensure we go down the new file pathtm/route_testsThom May2017-10-031-1/+1
* | | Merge pull request #6428 from chef/jcowie_package_upgrade_fixesJon Cowie2017-10-039-24/+106
|\ \ \
| * | | Change version_requirement_already_satisfied method to call target_version_al...jcowie_package_upgrade_fixesJon Cowie2017-09-251-1/+1
| * | | Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4