summaryrefslogtreecommitdiff
path: root/lib/chef/resource/build_essential.rb
Commit message (Expand)AuthorAgeFilesLines
* Move more descriptions to the new formatTim Smith2021-02-041-6/+2
* Fix idempotency issues in build_essential on the macTim Smith2020-11-131-8/+5
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Use bash not execute in build_essential for better outputTim Smith2020-07-011-2/+2
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-4/+8
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Call the right plist in build-essentialTim Smith2020-04-101-1/+1
* Simplify the matching code per code reviewTim Smith2020-03-311-3/+1
* Add example for upgrading on macOSTim Smith2020-03-311-0/+7
* Handle scenario where no value found in the updateTim Smith2020-03-311-1/+1
* Update lib/chef/resource/build_essential.rb Tim Smith2020-03-311-2/+2
* Split the logic that handled updates into an :upgrade actionTim Smith2020-03-311-20/+42
* Simplify the installation a bitTim Smith2020-03-311-4/+2
* Switch to a native ruby method of determining the package labelTim Smith2020-03-311-12/+16
* Switch the array format of shell_out and add a testTim Smith2020-03-311-1/+1
* Use the shell_out helper instead of Mixlib::Shellout directlyTim Smith2020-03-311-2/+1
* fix quote stylingHarry Seeber2020-03-311-1/+1
* support Catalina softwareupdate output ("Label: ") and support updating CLT w...Harry Seeber2020-03-311-2/+16
* Remove SLES 11 support from build_essentialsles11_buildessentialTim Smith2020-03-301-1/+0
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Remove gcc pinning for solarisJaymala Sinha2020-03-021-5/+1
* Add compile_time property to all resources (#9360)Lamont Granquist2020-02-111-16/+1
* Remove more support for Windows 2008 R2 / RHEL 5nuke_oldTim Smith2020-01-231-3/+0
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-10/+10
* revert failure testingLamont Granquist2019-11-181-4/+3
* build build_essential for rhelLamont Granquist2019-11-181-11/+23
* Improve resource descriptions and the rake task for docs generationTim Smith2019-11-141-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* Add more resource examples to the codebaseTim Smith2019-09-161-1/+14
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Add misc YARD commentsyard3Tim Smith2019-03-111-1/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Fix a description to match the docs siteTim Smith2018-09-061-1/+1
* Remove unnecessary declare_resource usage in build_essentialTim Smith2018-09-061-37/+37
* Merge pull request #7195 from chef/cleanupTim Smith2018-04-271-1/+1
|\
| * Add missing periods and rely on word wrapcleanupTim Smith2018-04-271-1/+1
* | Allow build_essential resource to be used without setting a namebuild_nameTim Smith2018-04-271-0/+3
|/
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Add commentTim Smith2018-03-201-0/+1
* Simplify the if installed logic for macosTim Smith2018-03-201-4/+1
* Remove rubocop commentTim Smith2018-03-201-1/+0
* Add missing installed logic for macos in build_essentialTim Smith2018-03-201-15/+33
* Don't try to install old GCC packages on Amazon Linux 2Tim Smith2018-03-191-1/+1
* More documentation updates for resourcesTim Smith2018-03-161-0/+3
* Updates from the reviewmisc_resourceTim Smith2018-03-041-1/+1