Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmunro committed Dec 12, 2014
1 parent cafa84e commit dddf7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ Usage 2 Attributes
==========

* `node['chef_client']['handler']['slack']['webhooks']['name'].push('webhook1')`
* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['url'] = 'https://hooks.slack.com/services/1/2/3'`
* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['url'] = 'https://hooks.slack.com/1/2/3'`
* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['fail_only'] = true`
* `node['chef_client']['handler']['slack']['webhooks']['webhook1']['detail_level'] = 'elapsed'`


* `node['chef_client']['handler']['slack']['webhooks']['name'].push('webhook2')`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['url'] = 'https://hooks.slack.com/services/1/2/4'`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['url'] = 'https://hooks.slack.com/1/2/4'`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['fail_only'] = false`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['detail_level'] = 'resources'`

Expand Down

0 comments on commit dddf7be

Please sign in to comment.