| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the same logic to other actionsdnf_yum_repo | Tim Smith | 2018-01-15 | 1 | -2/+12 |
* | Fix yum_repository to properly reload chef's package cache post repo setup | Tim Smith | 2018-01-15 | 1 | -7/+12 |
* | Fix dscl group provider gid_used? (#6703) | Sean Karlage | 2018-01-08 | 1 | -2/+6 |
* | Merge pull request #6688 from MsysTechnologiesllc/vasundhara/chef#6638_window... | Bryan McLellan | 2018-01-08 | 1 | -2/+32 |
|\ |
|
| * | Fixed review comments. | Vasu1105 | 2018-01-05 | 1 | -2/+2 |
| * | Fixed chefstyle issue | Vasu1105 | 2018-01-05 | 1 | -4/+4 |
| * | Fixed chefstyle issues | Vasu1105 | 2018-01-05 | 1 | -4/+4 |
| * | Added new specs and updated code to handle more scenarios | Vasu1105 | 2018-01-05 | 1 | -10/+26 |
| * | chef#6638 fixed random_delay and execution_time_limit property not idempotent... | Vasu1105 | 2018-01-05 | 1 | -2/+16 |
* | | Check for set home property before file existence (fixes #5777) | Sean Karlage | 2018-01-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #6699 from chef/windows_path | Thom May | 2018-01-03 | 1 | -1/+2 |
|\ |
|
| * | Don't restrict the provides to os: windowswindows_path | Tim Smith | 2018-01-02 | 1 | -1/+1 |
| * | Add the missing provides | Tim Smith | 2017-12-21 | 1 | -1/+2 |
* | | Set smartos_package back to platform_familysimplify_provides | Tim Smith | 2018-01-02 | 1 | -2/+2 |
* | | Just use platform for smartos as well | Tim Smith | 2017-12-22 | 1 | -1/+1 |
* | | Don't check both platform_family / os in provides when platform_family will do | Tim Smith | 2017-12-21 | 4 | -4/+4 |
|/ |
|
* | Merge pull request #6701 from chef/lcg/chef-http-inject-tempfile | Lamont Granquist | 2017-12-20 | 1 | -2/+3 |
|\ |
|
| * | allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfile | Lamont Granquist | 2017-12-19 | 1 | -2/+3 |
* | | Modernize launchd resourcelaunchd | Tim Smith | 2017-12-19 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #6684 from chef/ifconfig_resource | Thom May | 2017-12-19 | 1 | -12/+6 |
|\ |
|
| * | Modernize the ifconfig resource | Tim Smith | 2017-12-18 | 1 | -12/+6 |
* | | Slight improvements to validation failures. Shows the failing command if poss... | Noah Kantrowitz | 2017-12-18 | 1 | -1/+1 |
|/ |
|
* | Modernize reboot resource and add spec | Tim Smith | 2017-12-15 | 1 | -0/+12 |
* | Remove author yard commentsmodernize_log_resource | Tim Smith | 2017-12-15 | 1 | -3/+0 |
* | Add back the provides to the provider | Tim Smith | 2017-12-15 | 1 | -0/+2 |
* | Modernize the log resource | Tim Smith | 2017-12-15 | 1 | -15/+6 |
* | Merge pull request #6665 from chef/yard2 | Tim Smith | 2017-12-14 | 2 | -2/+2 |
|\ |
|
| * | Cleanup some YARD warningsyard2 | Tim Smith | 2017-12-13 | 2 | -2/+2 |
* | | Merge pull request #6654 from MsysTechnologiesllc/vasundhara/chef_windows_tas... | Tim Smith | 2017-12-11 | 1 | -3/+8 |
|\ \ |
|
| * | | Removed pry statement | Vasu1105 | 2017-12-11 | 1 | -1/+0 |
| * | | [MSYS-731] Fix for [chef] windows_task resource isn't idempotent for any command | Vasu1105 | 2017-12-11 | 1 | -3/+9 |
| |/ |
|
* | | Merge pull request #6618 from MsysTechnologiesllc/nim/on_logon_issue | Tim Smith | 2017-12-11 | 1 | -10/+8 |
|\ \
| |/
|/| |
|
| * | invalid date error on windows_task with frequency :on_logon | nimisha | 2017-12-08 | 1 | -10/+8 |
* | | Fix svcadm clear to only run in maintenance statejsinha/fix_svcadm | Jaymala Sinha | 2017-12-07 | 1 | -0/+5 |
|/ |
|
* | Use converge_by to perform actual resource updates | Tim Smith | 2017-12-05 | 1 | -19/+19 |
* | Clarify why we're not doing anything here | Tim Smith | 2017-12-05 | 1 | -2/+2 |
* | Add debug logging for the task existing | Tim Smith | 2017-12-05 | 1 | -0/+6 |
* | Fix typos that prevented logging | Tim Smith | 2017-12-05 | 1 | -2/+2 |
* | Merge pull request #6541 from chef/path_idempotency | Lamont Granquist | 2017-11-29 | 1 | -6/+4 |
|\ |
|
| * | Fix windows_path converging on every run | Tim Smith | 2017-11-28 | 1 | -6/+4 |
* | | add unit_name identity property to systemd_unit | Nathan Williams | 2017-11-28 | 1 | -33/+34 |
|/ |
|
* | Merge pull request #6544 from MsysTechnologiesllc/nim/invalid_date_err | Thom May | 2017-11-23 | 1 | -1/+18 |
|\ |
|
| * | Fixed invalid date and Invalid starttime error | NimishaS | 2017-11-02 | 1 | -1/+18 |
* | | Merge pull request #6597 from chef/btm/appveyor-bundler | Bryan McLellan | 2017-11-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Stub out call to 'ifconfig --version' in unit tests | Bryan McLellan | 2017-11-22 | 1 | -1/+1 |
* | | | Fix variable name in solaris service providerjsinha/solaris_service_fix | Jaymala Sinha | 2017-11-22 | 1 | -2/+1 |
|/ / |
|
* | | Updated with examples for versions of ifconfigshain/fix_centos_rhel_test | Scott Hain | 2017-11-17 | 1 | -0/+20 |
* | | Don't run ifconfig tests on RHEL7, as it is not part of the base OS | Scott Hain | 2017-11-16 | 1 | -5/+6 |
* | | Turns out there are multiple versions of net-tools with completely different ... | Scott Hain | 2017-11-16 | 1 | -29/+67 |
* | | Fix for ipaddress issues | Scott Hain | 2017-11-15 | 1 | -8/+17 |