cookbook 'kernelcare', '= 0.1.5'
kernelcare (7) Versions 0.1.5 Follow3
Installs/Configures Kernelcare
cookbook 'kernelcare', '= 0.1.5', :supermarket
knife supermarket install kernelcare
knife supermarket download kernelcare
Kernelcare Cookbook
The Kernelcare Cookbook provides resources for installing kernelcare.
Dependencies
Platform Support
- Amazon Linux
- Debian 8/9
- Ubuntu 14.04/16.04/18.04/20.04
- CentOS 6/7/8
Usage
- Add
depends 'kernelcare'
to your cookbook's metadata.rb - Use the
kernelcare
resources shipped in cookbook in a recipe, the same way you'd use core Chef resources (file, template, directory, package, etc).
kernelcare 'install_kernelcare' kernelcare 'install_register_kernelcare_and_update' do registration_key 'test' update true end kernelcare 'install_kernelcare_and_config' do auto_update false patch_server 'http://10.1.10.115/' registration_url 'http://10.1.10.115/admin/api/kcare' prefix 'test' sticky_patch '250518' end
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
kernelcare CHANGELOG
This file is used to list changes made in each version of the kernelcare cookbook.
0.1.0
Initial release.
- kernelcare installation
0.1.1
Additional features
- registration
- configuration
0.1.2
Minor fixes
- readme updated
- simple tests added
0.1.3
Minor fixes
- stub CONTRIBUTING.md, TESTING.md added
0.1.4
Minor fixes
- more verbose CONTRIBUTING.md, TESTING.md
0.1.5
Additional features
- scanner_interface added
- libcare added