summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Add the same logic to other actionsdnf_yum_repoTim Smith2018-01-151-2/+12
* Fix yum_repository to properly reload chef's package cache post repo setupTim Smith2018-01-151-7/+12
* Fix dscl group provider gid_used? (#6703)Sean Karlage2018-01-081-2/+6
* Merge pull request #6688 from MsysTechnologiesllc/vasundhara/chef#6638_window...Bryan McLellan2018-01-081-2/+32
|\
| * Fixed review comments.Vasu11052018-01-051-2/+2
| * Fixed chefstyle issueVasu11052018-01-051-4/+4
| * Fixed chefstyle issuesVasu11052018-01-051-4/+4
| * Added new specs and updated code to handle more scenariosVasu11052018-01-051-10/+26
| * chef#6638 fixed random_delay and execution_time_limit property not idempotent...Vasu11052018-01-051-2/+16
* | Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-041-1/+1
|/
* Merge pull request #6699 from chef/windows_pathThom May2018-01-031-1/+2
|\
| * Don't restrict the provides to os: windowswindows_pathTim Smith2018-01-021-1/+1
| * Add the missing providesTim Smith2017-12-211-1/+2
* | Set smartos_package back to platform_familysimplify_providesTim Smith2018-01-021-2/+2
* | Just use platform for smartos as wellTim Smith2017-12-221-1/+1
* | Don't check both platform_family / os in provides when platform_family will doTim Smith2017-12-214-4/+4
|/
* Merge pull request #6701 from chef/lcg/chef-http-inject-tempfileLamont Granquist2017-12-201-2/+3
|\
| * allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-191-2/+3
* | Modernize launchd resourcelaunchdTim Smith2017-12-191-1/+0
|/
* 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