summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add apt_preference testsrequired_fixesTim Smith2020-05-043-1/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix sysctl :remove action failing with missing :value propTim Smith2020-05-047-5/+78
| | | | | | Don't require this when removing. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.272 by Chef Expeditorv16.0.272Chef Expeditor2020-05-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9790 from chef/lcg/fix-windows-packageTim Smith2020-05-041-51/+26
|\ | | | | Fix windows package super bug and cleanup
| * remove other source_resource referenceLamont Granquist2020-05-041-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix windows package super bug and cleanupLamont Granquist2020-05-041-51/+26
|/ | | | | | | | | | | Remove the overriding of the action block entirely and clean up some overly complicated code. In the process it looks like the "unknown" version codepath is blatantly entirely unused, so it was removed. A bunch of extra unnecessary indirection was also removed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.271 by Chef Expeditorv16.0.271Chef Expeditor2020-05-047-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9740 from chef/rhel6Tim Smith2020-05-043-23/+4
|\ | | | | Fix failing RHEL 6 kitchen tests
| * try equality pinning to make appbundle-updater happierrhel6Lamont Granquist2020-04-271-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * I believe this is necessary to allow prerelease versionsLamont Granquist2020-04-271-1/+1
| | | | | | | | | | | | | | ~> 1.0 does not allow 1.1.0.rc1, while not using the semver operator should. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Install modern GCC on our RHEL 6 tester and remove Oracle 6Tim Smith2020-04-272-22/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.270 by Chef Expeditorv16.0.270Chef Expeditor2020-05-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9778 from chef/more_and_more_descriptionsTim Smith2020-05-0419-105/+126
|\ \ | | | | | | Another round of description updates && Docs generator tweaks
| * | Add a note to cron_accessmore_and_more_descriptionsTim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Embed the note for chocolatey_description to the descriptionTim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Split the descriptions and notes outTim Smith2020-05-011-8/+12
| | | | | | | | | | | | | | | | | | This fixes a few resources that included notes Signed-off-by: Tim Smith <tsmith@chef.io>
| * | We don't use the resource name bolding functionality anymoreTim Smith2020-05-011-14/+0
| | | | | | | | | | | | | | | | | | We just bold the text in the description ourselves. It's way more reliable. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Skip nil values in the type listTim Smith2020-05-011-4/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump the ignored default length to 45Tim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't put very long descriptions in the block exampleTim Smith2020-05-011-1/+3
| | | | | | | | | | | | | | | | | | They'll wrap Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't write out false values for configs in the resource yamlTim Smith2020-05-011-34/+30
| | | | | | | | | | | | | | | | | | The values default to false so only write out the true values, which makes it much easier to see what we're actually trying to set. This also means the yaml files won't wall change if we add a new config, which we will. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve descriptionsTim Smith2020-05-015-7/+12
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the brand name not the CLI name in more placesTim Smith2020-05-012-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve descriptions and add a missing resource requireTim Smith2020-05-012-5/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Skip syntax_shortcode entirely unless we're in a log resourceTim Smith2020-05-011-4/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove some nils that come for freeTim Smith2020-05-011-4/+0
| | | | | | | | | | | | | | | | | | Thanks Ruby! Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chefstyle fixesTim Smith2020-05-011-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add examples to apt_packageTim Smith2020-05-011-0/+29
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Handle the scenario where there are no properties betterTim Smith2020-05-011-3/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove some special content for breakpointTim Smith2020-05-011-6/+1
| | | | | | | | | | | | | | | | | | We autogenerate better content that these snippets Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Another round of description updatesTim Smith2020-05-018-12/+13
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.269 by Chef Expeditorv16.0.269Chef Expeditor2020-05-047-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9783 from chef/fix_mac_packageTim Smith2020-05-042-3/+1
|\ \ \ | | | | | | | | Avoid setting package to macports and then overriding to homebrew
| * | | Avoid setting package to macports and then overriding to homebrewfix_mac_packageTim Smith2020-05-032-3/+1
| |/ / | | | | | | | | | | | | | | | This seems entirely unnecessary Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.268 by Chef Expeditorv16.0.268Chef Expeditor2020-05-047-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9784 from chef/client_fixesLamont Granquist2020-05-041-1/+1
|\ \ \
| * | | chef_client_cron: cleanup the appropriate cron jobclient_fixesTim Smith2020-05-031-1/+1
|/ / / | | | | | | | | | | | | | | | | | | This makes it so we cleanup the right cron job on Solaris / AIX systems that don't support cron_d Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.267 by Chef Expeditorv16.0.267Chef Expeditor2020-05-037-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9782 from DhaneshRaghavan/chef_client_cron_permissionTim Smith2020-05-031-1/+1
|\ \ \ | | | | | | | | Modified client cron directory permission
| * | | Modified client cron directory permissiondhaneshr2020-05-031-1/+1
|/ / / | | | | | | | | | Signed-off-by: dhaneshr <dhanesh.raghavan@alation.com>
* | | Bump version to 16.0.266 by Chef Expeditorv16.0.266Chef Expeditor2020-05-017-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9769 from chef/fix-yaml-toolTim Smith2020-05-011-2/+2
|\ \ | | | | | | Fix symbols and arrays in yaml conversion tool
| * | Use inspect instead of switching on element type.fix-yaml-toolPete Higgins2020-05-011-7/+1
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Don't quote arrays in yaml conversion.Pete Higgins2020-05-011-1/+7
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Allow symbols in yaml conversion.Pete Higgins2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | | Bump version to 16.0.265 by Chef Expeditorv16.0.265Chef Expeditor2020-05-017-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9775 from chef/more_docs_stuffTim Smith2020-05-0121-26/+341
|\ \ \ | |/ / |/| | Add more examples to resources
| * | Update cron formattingmore_docs_stuffTim Smith2020-05-012-8/+8
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix more resource formattingTim Smith2020-05-013-10/+10
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Sort the equal_to valuesTim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>