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 dddf7be commit f32996d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,18 @@ Usage 2

Usage 2 Attributes
==========

* `node['chef_client']['handler']['slack']['username'] = 'Chef Handler - 2963351-crowdcube_app'`
*
* `node['chef_client']['handler']['slack']['webhooks']['name'].push('webhook1')`
* `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/1/2/4'`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['fail_only'] = false`
* `node['chef_client']['handler']['slack']['webhooks']['webhook2']['detail_level'] = 'resources'`

* `node['chef_client']['handler']['slack']['username'] = 'Chef Handler - 2963351-crowdcube_app'`

NOTE: Either `icon_url` or `icon_emoji` can be used. If both are set, `icon_url` will take precedence.

Expand Down

0 comments on commit f32996d

Please sign in to comment.