summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* add timeout propertymsu_15dheerajd-msys2020-06-231-0/+5
* Update lib/chef/resource/archive_file.rb Tim Smith2020-06-231-1/+1
* archive_file: better handle mode property and deprecate Integer valuesTim Smith2020-06-231-2/+3
* Merge pull request #10036 from chef/cron_access_15Tim Smith2020-06-231-3/+11
|\
| * Chefstyle fixesTim Smith2020-06-231-4/+4
| * Make sure file is properly scoped in cron_accessTim Smith2020-06-231-2/+2
| * changed according to suggestion of @phigginsaklyachkin2020-06-231-10/+8
| * support for AIX and Solaris in cron_allow resourceaklyachkin2020-06-231-3/+13
* | Merge pull request #10033 from chef/15_libarchiveTim Smith2020-06-231-6/+25
|\ \ | |/ |/|
| * archive_file: move ffi-libarchive into a simple helper method15_libarchiveTim Smith2020-06-221-6/+25
* | hostname: Improve the windows reboot messagehostname_15Tim Smith2020-06-221-1/+2
|/
* Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-216-27/+27
* Backport #9511 to Chef 15Thomas Heinen2020-04-231-2/+6
* Replace a few uses of attributes / parameters in messaging with propertiesTim Smith2020-04-151-1/+1
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-13127-127/+127
* Add more typo fixesVivek Singh2020-04-081-1/+1
* Fix typoVivek Singh2020-04-088-9/+9
* Revert the :upgrade action portion of the Chef 16 PRTim Smith2020-04-021-31/+13
* Simplify the matching code per code reviewTim Smith2020-04-021-3/+1
* Add example for upgrading on macOSTim Smith2020-04-021-0/+7
* Handle scenario where no value found in the updateTim Smith2020-04-021-1/+1
* Update lib/chef/resource/build_essential.rb Tim Smith2020-04-021-2/+2
* Split the logic that handled updates into an :upgrade actionTim Smith2020-04-021-20/+42
* Simplify the installation a bitTim Smith2020-04-021-4/+2
* Switch to a native ruby method of determining the package labelTim Smith2020-04-021-12/+16
* Switch the array format of shell_out and add a testTim Smith2020-04-021-1/+1
* Use the shell_out helper instead of Mixlib::Shellout directlyTim Smith2020-04-021-2/+1
* fix quote stylingHarry Seeber2020-04-021-1/+1
* support Catalina softwareupdate output ("Label: ") and support updating CLT w...Harry Seeber2020-04-021-2/+16
* Merge pull request #9556 from chef/windows_share_fix_15Tim Smith2020-03-311-1/+1
|\
| * Cannot modify frozen string issue resolvedsanga172020-03-311-1/+1
* | Update all our links to use the new docs site formatTim Smith2020-03-312-2/+2
|/
* Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-241-1/+12
* Merge pull request #9499 from chef/15_testingTim Smith2020-03-162-2/+0
|\
| * Chefstyle fixTim Smith2020-03-161-1/+0
| * Fix windows_certificate functional tests under buildkiteKapil Chouhan2020-03-161-1/+0
* | Merge pull request #9495 from chef/cookstyle_fixesTim Smith2020-03-165-9/+8
|\ \ | |/ |/|
| * Cookstyle fixes for our resourcesTim Smith2020-03-165-9/+8
* | Merge pull request #9497 from chef/cleanup_mixlib_shelloutTim Smith2020-03-162-6/+0
|\ \
| * | Don't require/include Mixin Shellout in freebsd_package and openbsd_packageTim Smith2020-03-162-6/+0
| |/
* | Merge pull request #9496 from chef/rhsm_15Tim Smith2020-03-163-17/+35
|\ \
| * | Change the resource order and return a symbolTim Smith2020-03-161-6/+7
| * | Make sure we don't break the world in RHEL 9Tim Smith2020-03-163-6/+20
| * | Update the rhsm_erata* and rhsm_register resources for RHEL 8Tim Smith2020-03-163-13/+16
| |/
* | Use the chef-utils helpers in our resourcesTim Smith2020-03-163-4/+4
|/
* Merge pull request #9353 from chef/lcg/null-backportLamont Granquist2020-02-061-0/+70
|\
| * Add notify_group resourceLamont Granquist2020-02-061-0/+70
* | Add a default_description in windows_taskdefault_desc_15Tim Smith2020-02-051-1/+2
|/
* Merge pull request #9324 from chef/systctl_commentsTim Smith2020-02-031-2/+26
|\
| * Add an introduced field to sysctl and expand testingTim Smith2020-02-031-8/+23