Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

kernelcare (7) Versions 0.1.4

Installs/Configures Kernelcare

Policyfile
Berkshelf
Knife
cookbook 'kernelcare', '= 0.1.4', :supermarket
cookbook 'kernelcare', '= 0.1.4'
knife supermarket install kernelcare
knife supermarket download kernelcare
README
Dependencies
Changelog
Quality 100%

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
  • 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

Collaborator Number Metric
            

0.1.4 passed this metric

Contributing File Metric
            

0.1.4 passed this metric

Foodcritic Metric
            

0.1.4 passed this metric

No Binaries Metric
            

0.1.4 passed this metric

Testing File Metric
            

0.1.4 passed this metric

Version Tag Metric
            

0.1.4 passed this metric