summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* double quotes in example for string interpolationKarl Amrhein2020-08-121-2/+2
* Simplify property definition.Pete Higgins2020-08-071-22/+1
* Remove unused instance variable.Pete Higgins2020-08-071-1/+0
* Convert set_or_return use to property, copy docs from docs site.Pete Higgins2020-08-071-9/+24
* chef_client_systemd_timer: Fix failures in the :remove actionTim Smith2020-08-071-2/+2
* Merge pull request #10260 from chef/lcg/windows-custom-resources-unified-modeLamont Granquist2020-08-0424-45/+105
|\
| * Convert windows custom resources to unified_modeLamont Granquist2020-08-0424-45/+105
* | Remove more requires that come for freeTim Smith2020-08-042-5/+0
|/
* fix second chef run hangdheerajd-msys2020-08-041-1/+2
* Merge pull request #10249 from chef/lcg/openssl-resources-unified-modeTim Smith2020-08-038-41/+59
|\
| * fix bad search + replacelcg/openssl-resources-unified-modeLamont Granquist2020-08-032-2/+2
| * Update lib/chef/resource/openssl_x509_request.rbLamont Granquist2020-08-031-8/+6
| * Update lib/chef/resource/openssl_x509_certificate.rbLamont Granquist2020-08-031-8/+6
| * Convert openssl resources to unified_modeLamont Granquist2020-08-038-41/+63
* | One chefstyle fixTim Smith2020-08-031-1/+1
* | Update RuboCop config to Ruby 2.6Tim Smith2020-08-032-18/+18
* | Merge pull request #10253 from chef/we-need-to-go-deeperTim Smith2020-08-031-10/+1
|\ \
| * | Avoid unnecessary control flow.Pete Higgins2020-08-031-10/+1
* | | Use tr not gsub for string replacementTim Smith2020-08-031-1/+1
|/ /
* | Merge pull request #10245 from chef/rubocop_Performance_RangeIncludeTim Smith2020-08-031-3/+3
|\ \
| * | Resolve Performance/RangeInclude warningsrubocop_Performance_RangeIncludeTim Smith2020-08-031-3/+3
| |/
* | Merge pull request #10239 from chef/lcg/osx_profileLamont Granquist2020-08-031-5/+227
|\ \
| * | Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-031-5/+227
| |/
* | Use .match? when we don't need data from a regex matchTim Smith2020-08-032-3/+3
|/
* Merge pull request #9820 from MsysTechnologiesllc/dh/fix_feature_install_when...Tim Smith2020-07-311-2/+6
|\
| * optimized codedheerajd-msys2020-07-301-4/+4
| * install removed feature when source is availabledheerajd-msys2020-07-291-1/+5
| * Fix install features when install state is removeddheerajd-msys2020-05-071-2/+2
* | mark the crazy node cache here as not a public API very clearlyLamont Granquist2020-07-291-0/+6
* | Use a const for the ec2 config location on windowsTim Smith2020-07-271-4/+5
* | Add end-to-end hostname testingTim Smith2020-07-271-1/+1
* | Use powershell_out vs. powershell_script in hostnameTim Smith2020-07-271-15/+14
* | updating the example documentation to use true and false, rather than strings...Davin Taddeo2020-07-231-4/+4
* | Merge pull request #10118 from chef/macos_userdefaultsTim Smith2020-07-221-61/+176
|\ \
| * | Update lib/chef/resource/macos_userdefaults.rb macos_userdefaultsTim Smith2020-07-211-1/+1
| * | Update lib/chef/resource/macos_userdefaults.rb Tim Smith2020-07-211-1/+1
| * | Simplify the shell_out usageTim Smith2020-07-211-15/+3
| * | Make sure we can compare keys in dictsTim Smith2020-07-211-1/+2
| * | Add testing of :delete action and fix failuresTim Smith2020-07-211-2/+3
| * | Clarify our magic. There's less than beforeTim Smith2020-07-201-1/+1
| * | Make key part of the desired state so we can handle new keysTim Smith2020-07-201-4/+8
| * | Prevent failures when the key doesn't existTim Smith2020-07-201-1/+5
| * | Add specs and squash bugs that showed upTim Smith2020-07-201-4/+36
| * | Enforce inputs to the type propertyTim Smith2020-07-201-0/+1
| * | Avoid failures if the host was named "current" and add some more testsTim Smith2020-07-201-6/+7
| * | Improve examples a bitTim Smith2020-07-201-5/+4
| * | Avoid spellcheck complaintTim Smith2020-07-201-3/+3
| * | Avoid passing around the action we're inTim Smith2020-07-201-8/+8
| * | Fix a few failuresTim Smith2020-07-201-2/+3
| * | Use concat in another placeTim Smith2020-07-201-5/+17