Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

add deprecation notice #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The chef-handler-slack gem is a Chef report mechanism that sends
failures to a Slack channel.

## Deprecated

Recent Slack changes no longer accept the team specific webhook urls, so this gem does not work anymore.

It is recommended to use [rackspace-cookbooks/chef-slack_handler](https://github.com/rackspace-cookbooks/chef-slack_handler) instead of this gem.

## Usage

Create a new recipe, with the following contents, and add it to the runlist of your base role in Chef:
Expand Down