summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.3.38 by Chef Expeditorv16.3.38Chef Expeditor2020-07-251-1/+1
* Merge pull request #10205 from chef/remove-some-test-cruftTim Smith2020-07-241-1/+0
|\
| * Scratch this off the TODO list.Pete Higgins2020-07-241-1/+0
* | Bump version to 16.3.37 by Chef Expeditorv16.3.37Chef Expeditor2020-07-251-1/+1
* | fix el6 selinuxLamont Granquist2020-07-241-1/+1
|/
* Bump version to 16.3.36 by Chef Expeditorv16.3.36Chef Expeditor2020-07-241-1/+1
* Bump version to 16.3.35 by Chef Expeditorv16.3.35Chef Expeditor2020-07-241-1/+1
* Bump version to 16.3.34 by Chef Expeditorv16.3.34Chef Expeditor2020-07-241-1/+1
* Fix default_paths patchLamont Granquist2020-07-232-6/+6
* Bump version to 16.3.33 by Chef Expeditorv16.3.33Chef Expeditor2020-07-241-1/+1
* Merge pull request #10199 from chef/blocklistTim Smith2020-07-235-48/+76
|\
| * Fix typoblocklistTim Smith2020-07-231-1/+1
| * Rename Attribute Whitelist/Blacklist to Allowlist/BlocklistTim Smith2020-07-235-48/+76
* | Bump version to 16.3.32 by Chef Expeditorv16.3.32Chef Expeditor2020-07-241-1/+1
* | Bump version to 16.3.31 by Chef Expeditorv16.3.31Chef Expeditor2020-07-241-1/+1
* | Merge pull request #10193 from chef/lcg/default-pathsTim Smith2020-07-237-14/+49
|\ \
| * | Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-227-14/+49
* | | Bump version to 16.3.30 by Chef Expeditorv16.3.30Chef Expeditor2020-07-231-1/+1
* | | Merge branch 'master' of github.com:chef/chef into mainDavin Taddeo2020-07-232-2/+8
|\ \ \
| * | | Bump version to 16.3.29 by Chef Expeditorv16.3.29Chef Expeditor2020-07-231-1/+1
| | |/ | |/|
| * | Fix chef-resource-inspector to handle classes in equal_toTim Smith2020-07-231-1/+7
* | | updating the example documentation to use true and false, rather than strings...Davin Taddeo2020-07-231-4/+4
|/ /
* | Bump version to 16.3.28 by Chef Expeditorv16.3.28Chef Expeditor2020-07-231-1/+1
* | Bump version to 16.3.27 by Chef Expeditorv16.3.27Chef Expeditor2020-07-231-1/+1
* | Bump version to 16.3.26 by Chef Expeditorv16.3.26Chef Expeditor2020-07-231-1/+1
* | Bump version to 16.3.25 by Chef Expeditorv16.3.25Chef Expeditor2020-07-221-1/+1
* | Bump version to 16.3.24 by Chef Expeditorv16.3.24Chef Expeditor2020-07-221-1/+1
* | Bump version to 16.3.23 by Chef Expeditorv16.3.23Chef Expeditor2020-07-221-1/+1
* | 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
| * | Concat to avoid a flattenTim Smith2020-07-201-4/+4
| * | Remove the now unused coerce methodTim Smith2020-07-201-10/+0
| * | Make sure to require plist since we use it hereTim Smith2020-07-201-0/+1
| * | Trade a bit of memory for slightly slower debug runsTim Smith2020-07-201-6/+4
| * | WIP: Delete actionTim Smith2020-07-201-28/+39