Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Latest commit

 

History

History
48 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.85 KB

chef-reporting Cookbook

Build Status Cookbook Version

This cookbook is used to configure a system using Chef Client < 11.6.0 to publish reporting data.

DEPRECATION

As the functionality in this cookbook is only necessary for chef-client releases prior to 11.6.0 this cookbook is deprecated and will receive no additional features or bug fixes.

Requirements

Platforms

  • All platforms supported by the chef-client cookbook

Chef

  • Chef < 11.6.0

Cookbooks

  • chef-client

Attributes

  • node['chef-reporting']['gem_version'] - the version of the chef-reporting gem to install

Recipes

This section describes the recipes in the cookbook and how to use them in your environment.

default

Adds the chef-reporting start handler to the chef-client attributes and runs chef-client configuration.

Usage

Simple include the chef-reporting::default cookbook to add in the backported event handler which publishes reporting data.

License & Authors

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2013-2015, Chef Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.