summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Bump version to 16.0.141 by Chef Expeditorv16.0.141Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9484 from chef/lcg/log-resource-no-notifyTim Smith2020-03-1611-77/+78
|\ \ \ \ | |/ / / |/| | | Turn off notifications from log resource by default
| * | | fix unit testsLamont Granquist2020-03-161-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | properly remove the providerLamont Granquist2020-03-162-44/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Turn off notifications from log resource by defaultLamont Granquist2020-03-128-29/+74
| | | | | | | | | | | | | | | | | | | | | | | | This should be switched to the notify_group resource now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 16.0.140 by Chef Expeditorv16.0.140Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9487 from chef/ulimitTim Smith2020-03-164-0/+208
|\ \ \ \ | | | | | | | | | | Add user_ulimit resource from the ulimit cookbook
| * | | | Fix description typoTim Smith2020-03-161-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add the ulmit templateTim Smith2020-03-162-2/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Add user_ulimit resource from the ulimit cookbookTim Smith2020-03-163-0/+169
|/ / / / | | | | | | | | | | | | | | | | | | | | This is a really handy resource for modifying ulimits on a system. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.139 by Chef Expeditorv16.0.139Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9490 from chef/smaller_buildsTim Smith2020-03-163-3/+35
|\ \ \ \ | | | | | | | | | | Cleanup a bunch more files and pull in the smaller license-acceptance
| * | | | Cleanup a few other filesTim Smith2020-03-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the tasks directory not the invidivual files so we don't leave behind a bunch of empty dirs Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Cleanup a bunch more files and pull in the smaller license-acceptanceTim Smith2020-03-133-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change we have 25% fewer files than 15.8 and ~24% less space used on disk. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.0.138 by Chef Expeditorv16.0.138Chef Expeditor2020-03-167-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9491 from cinc-project/dist_resource_templatesTim Smith2020-03-163-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | Use Dist constants in resource erb templates
| * | | | Use Dist constants in resource erb templatesMarc Chamberland2020-03-163-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | | Bump version to 16.0.137 by Chef Expeditorv16.0.137Chef Expeditor2020-03-147-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9489 from chef/smaller_buildsTim Smith2020-03-131-0/+5
|\ \ \ \ | |/ / / | | | | Remove additional files from the gems in our builds
| * | | Remove additional files from the gems in our buildsTim Smith2020-03-131-0/+5
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.136 by Chef Expeditorv16.0.136Chef Expeditor2020-03-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9488 from chef/bump_ohaiTim Smith2020-03-131-3/+3
|\ \ \ | | | | | | | | Update Ohai to 16.0.12
| * | | Update Ohai to 16.0.12Tim Smith2020-03-131-3/+3
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.135 by Chef Expeditorv16.0.135Chef Expeditor2020-03-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9485 from chef/docs_typoTim Smith2020-03-131-1/+1
|\ \ \ | | | | | | | | Fix typo in the cron_access docs
| * | | Fix typo in the cron_access docsdocs_typoTim Smith2020-03-121-1/+1
| |/ / | | | | | | | | | | | | | | | This made no sense Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.134 by Chef Expeditorv16.0.134Chef Expeditor2020-03-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9486 from chef/cleanup_lessTim Smith2020-03-121-22/+0
|\ \ \ | |/ / |/| | Remove some of the ruby cleanup to fix builds
| * | Remove some of the ruby cleanup to fix buildscleanup_lessTim Smith2020-03-121-22/+0
|/ / | | | | | | | | | | Let's see if this gets the tests passing again. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.133 by Chef Expeditorv16.0.133Chef Expeditor2020-03-137-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9481 from chef/alternativesTim Smith2020-03-125-1/+322
|\ \ | | | | | | Add alternatives resource for Linux
| * | Move exception handling into an assertionalternativesTim Smith2020-03-121-3/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add the final two sets of specsTim Smith2020-03-122-1/+15
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add spec for path_existsTim Smith2020-03-121-0/+28
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Flip the alternatives_cmd logic to support SLESTim Smith2020-03-122-3/+8
| | | | | | | | | | | | | | | | | | Everything but debian is alternatives so make that the else. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add unit test for #alternatives_cmdTim Smith2020-03-121-0/+23
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify returning the matchTim Smith2020-03-121-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the splat form of shell_outTim Smith2020-03-121-8/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use match? and add some yardTim Smith2020-03-121-1/+14
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use fedora_derived? where we canTim Smith2020-03-121-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add alternatives resource for LinuxTim Smith2020-03-125-1/+234
| | | | | | | | | | | | | | | | | | This comes from https://github.com/vkhatri/chef-alternatives Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.132 by Chef Expeditorv16.0.132Chef Expeditor2020-03-127-20/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9483 from chef/more_updatesTim Smith2020-03-122-9/+9
|\ \ \ | |/ / |/| | Update all deps to current
| * | Update all deps to currentTim Smith2020-03-122-9/+9
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.131 by Chef Expeditorv16.0.131Chef Expeditor2020-03-127-18/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9474 from chef/lcg/fix-encoding-bugsTim Smith2020-03-116-10/+30
|\ \ | | | | | | Add always_dump_stacktrace config option & workaround to fix the encoding bugs
| * | fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-116-10/+30
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Update CHANGELOG.md with details from pull request #9479Chef Expeditor2020-03-111-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9479 from chef/fix-rspec-load-pathTim Smith2020-03-111-6/+4
|\ \ \ | | | | | | | | Fix load path in test runs.
| * | | Fix load path in test runs.fix-rspec-load-pathPete Higgins2020-03-111-6/+4
| |/ / | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>