Any platform should be fine since the recipe is nearly pure ruby but these are the tested platforms thus far:
- Windows
- Ubuntu
The following cookbooks are dependencies:
chef_handler
Installs and activates the simple slack handler at compile time.
- configure the following attributes
# required attributes
default['handler']['slack']['channel'] = '#channel'
default['handler']['slack']['token'] = 'SLACK_API_KEY'
# optional attributes
default['handler']['slack']['username'] = 'Simple Slack Handler'
default['handler']['slack']['icon_emoji'] = ':rotating_light:'
- add the default recipe to the start of your runlist